Html Css Color HEX #AD5B09 Golden Brown

📋 copy color: '#AD5B09'

red 173 ◦ green 91 ◦ blue 9

#AD5B09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #AD5B09

Tints of Golden Brown #AD5B09

RGB

 RED value IS 173 (67.97% from 255) = 63.37%

 GREEN value IS 91 (35.94% from 255) = 33.33%

 BLUE value IS 9 (3.91% from 255) = 3.3%

R = 63.37%
G = 33.33%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AD5B09 (or 0xAD5B09) is known color: Golden Brown. HEX triplet: AD, 5B and 09. RGB value is (173,91,9). Sum of RGB (Red+Green+Blue) = 173+91+9=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5B09 is #52A4F6. Grayscale: #6A6A6A. Windows color (decimal): -5416183 or 613293. OLE color: 613293.

HSL color Cylindrical-coordinate representation of color #AD5B09: hue angle of 30º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD5B09 is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 91 9 -
CMYK 0 0.47 0.95 0.32
HSL 30º 0.9% 0.36% -
HSV(B) 30º 0.95% 0.68% -
XYZ 21.02 16.39 2.31 -
YUV 106.17 73.17 175.67 -
System Red Green Blue C M Y K H S L
Decimal 173 91 9 0 0.47 0.95 0.32 30 0.9 0.36
Hex AD 5B 9 0 2F 5F 20 1E 5A 24
Octal 255 133 11 0 57 137 40 36 132 44
Binary 10101101 1011011 1001 0 101111 1011111 100000 11110 1011010 100100

Color Harmonies of #AD5B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5B09

Black with #AD5B09

Text Example


Text Example

White with #AD5B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5B09; }

 p { color: rgb(173,91,9); }

 H1.HeaderClassName
 {
   color: #AD5B09;
 }
 .AnyTagClassName
 {
   color: #AD5B09;
 }
</style>

background-color css

<style>
 a { background-color: #AD5B09; }

 a { background-color: rgb(173,91,9); }

 div.DivClassName
 {
   background-color: #AD5B09;
 }
 .BgClassName
 {
   background-color: #AD5B09;
 }
</style>

border-color css

<style>
 span { border-color: #AD5B09; }

 span { border-color: rgb(173,91,9); }

 td.TdClassName
 {
   border-color: #AD5B09;
 }
 .TagClassName
 {
   border-color: #AD5B09;
 }
</style>