Html Css Color HEX #AD7C08 Dark Goldenrod

📋 copy color: '#AD7C08'

red 173 ◦ green 124 ◦ blue 8

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

Shades of Dark Goldenrod #AD7C08

Tints of Dark Goldenrod #AD7C08

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.66%

 BLUE value IS 8 (3.52% from 255) = 2.62%

R = 56.72%
G = 40.66%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD7C08 (or 0xAD7C08) is known color: Dark Goldenrod. HEX triplet: AD, 7C and 08. RGB value is (173,124,8). Sum of RGB (Red+Green+Blue) = 173+124+8=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7C08 is #5283F7. Grayscale: #7D7D7D. Windows color (decimal): -5407736 or 556205. OLE color: 556205.

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

Color convert

RGB 173 124 8 -
CMYK 0 0.28 0.95 0.32
HSL 42.18º 0.91% 0.35% -
HSV(B) 42.18º 0.95% 0.68% -
XYZ 24.49 23.32 3.44 -
YUV 125.43 61.73 161.93 -
System Red Green Blue C M Y K H S L
Decimal 173 124 8 0 0.28 0.95 0.32 42.18 0.91 0.35
Hex AD 7C 8 0 1C 5F 20 2A 5B 23
Octal 255 174 10 0 34 137 40 52 133 43
Binary 10101101 1111100 1000 0 11100 1011111 100000 101010 1011011 100011

Color Harmonies of #AD7C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7C08

Black with #AD7C08

Text Example


Text Example

White with #AD7C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7C08; }

 p { color: rgb(173,124,8); }

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

background-color css

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

 a { background-color: rgb(173,124,8); }

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

border-color css

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

 span { border-color: rgb(173,124,8); }

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