Html Css Color HEX #A37D06 Dark Goldenrod

📋 copy color: '#A37D06'

red 163 ◦ green 125 ◦ blue 6

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

Shades of Dark Goldenrod #A37D06

Tints of Dark Goldenrod #A37D06

RGB

 RED value IS 163 (64.06% from 255) = 55.44%

 GREEN value IS 125 (49.22% from 255) = 42.52%

 BLUE value IS 6 (2.73% from 255) = 2.04%

R = 55.44%
G = 42.52%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A37D06 (or 0xA37D06) is known color: Dark Goldenrod. HEX triplet: A3, 7D and 06. RGB value is (163,125,6). Sum of RGB (Red+Green+Blue) = 163+125+6=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 125 (49.22% from 255 or 42.52% from 294); Blue value is 6 (2.73% from 255 or 2.04% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37D06 is #5C82F9. Grayscale: #7B7B7B. Windows color (decimal): -6062842 or 425379. OLE color: 425379.

HSL color Cylindrical-coordinate representation of color #A37D06: hue angle of 45.48º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A37D06 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 125 6 -
CMYK 0 0.23 0.96 0.36
HSL 45.48º 0.93% 0.33% -
HSV(B) 45.48º 0.96% 0.64% -
XYZ 22.47 22.47 3.32 -
YUV 122.8 62.09 156.68 -
System Red Green Blue C M Y K H S L
Decimal 163 125 6 0 0.23 0.96 0.36 45.48 0.93 0.33
Hex A3 7D 6 0 17 60 24 2D 5D 21
Octal 243 175 6 0 27 140 44 55 135 41
Binary 10100011 1111101 110 0 10111 1100000 100100 101101 1011101 100001

Color Harmonies of #A37D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37D06

Black with #A37D06

Text Example


Text Example

White with #A37D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37D06; }

 p { color: rgb(163,125,6); }

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

background-color css

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

 a { background-color: rgb(163,125,6); }

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

border-color css

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

 span { border-color: rgb(163,125,6); }

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