Html Css Color HEX #AD6509 Golden Brown

📋 copy color: '#AD6509'

red 173 ◦ green 101 ◦ blue 9

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

Shades of Golden Brown #AD6509

Tints of Golden Brown #AD6509

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.69%

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

R = 61.13%
G = 35.69%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD6509 (or 0xAD6509) is known color: Golden Brown. HEX triplet: AD, 65 and 09. RGB value is (173,101,9). Sum of RGB (Red+Green+Blue) = 173+101+9=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6509 is #529AF6. Grayscale: #707070. Windows color (decimal): -5413623 or 615853. OLE color: 615853.

HSL color Cylindrical-coordinate representation of color #AD6509: hue angle of 33.66º 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 #AD6509 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 101 9 -
CMYK 0 0.42 0.95 0.32
HSL 33.66º 0.9% 0.36% -
HSV(B) 33.66º 0.95% 0.68% -
XYZ 21.94 18.21 2.62 -
YUV 112.04 69.85 171.48 -
System Red Green Blue C M Y K H S L
Decimal 173 101 9 0 0.42 0.95 0.32 33.66 0.9 0.36
Hex AD 65 9 0 2A 5F 20 22 5A 24
Octal 255 145 11 0 52 137 40 42 132 44
Binary 10101101 1100101 1001 0 101010 1011111 100000 100010 1011010 100100

Color Harmonies of #AD6509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6509

Black with #AD6509

Text Example


Text Example

White with #AD6509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6509; }

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

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

background-color css

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

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

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

border-color css

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

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

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