Html Css Color HEX #A37A08 Dark Goldenrod

📋 copy color: '#A37A08'

red 163 ◦ green 122 ◦ blue 8

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

Shades of Dark Goldenrod #A37A08

Tints of Dark Goldenrod #A37A08

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.64%

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

R = 55.63%
G = 41.64%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A37A08 (or 0xA37A08) is known color: Dark Goldenrod. HEX triplet: A3, 7A and 08. RGB value is (163,122,8). Sum of RGB (Red+Green+Blue) = 163+122+8=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37A08 is #5C85F7. Grayscale: #797979. Windows color (decimal): -6063608 or 555683. OLE color: 555683.

HSL color Cylindrical-coordinate representation of color #A37A08: hue angle of 44.13º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A37A08 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 122 8 -
CMYK 0 0.25 0.95 0.36
HSL 44.13º 0.91% 0.34% -
HSV(B) 44.13º 0.95% 0.64% -
XYZ 22.11 21.72 3.26 -
YUV 121.26 64.08 157.77 -
System Red Green Blue C M Y K H S L
Decimal 163 122 8 0 0.25 0.95 0.36 44.13 0.91 0.34
Hex A3 7A 8 0 19 5F 24 2C 5B 22
Octal 243 172 10 0 31 137 44 54 133 42
Binary 10100011 1111010 1000 0 11001 1011111 100100 101100 1011011 100010

Color Harmonies of #A37A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37A08

Black with #A37A08

Text Example


Text Example

White with #A37A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37A08; }

 p { color: rgb(163,122,8); }

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

background-color css

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

 a { background-color: rgb(163,122,8); }

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

border-color css

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

 span { border-color: rgb(163,122,8); }

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