Html Css Color HEX #A37C08 Dark Goldenrod

📋 copy color: '#A37C08'

red 163 ◦ green 124 ◦ blue 8

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

Shades of Dark Goldenrod #A37C08

Tints of Dark Goldenrod #A37C08

RGB

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

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

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

R = 55.25%
G = 42.03%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A37C08 (or 0xA37C08) is known color: Dark Goldenrod. HEX triplet: A3, 7C and 08. RGB value is (163,124,8). Sum of RGB (Red+Green+Blue) = 163+124+8=295 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.25% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37C08 is #5C83F7. Grayscale: #7A7A7A. Windows color (decimal): -6063096 or 556195. OLE color: 556195.

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

Color convert

RGB 163 124 8 -
CMYK 0 0.24 0.95 0.36
HSL 44.9º 0.91% 0.34% -
HSV(B) 44.9º 0.95% 0.64% -
XYZ 22.36 22.22 3.34 -
YUV 122.44 63.42 156.93 -
System Red Green Blue C M Y K H S L
Decimal 163 124 8 0 0.24 0.95 0.36 44.9 0.91 0.34
Hex A3 7C 8 0 18 5F 24 2D 5B 22
Octal 243 174 10 0 30 137 44 55 133 42
Binary 10100011 1111100 1000 0 11000 1011111 100100 101101 1011011 100010

Color Harmonies of #A37C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37C08

Black with #A37C08

Text Example


Text Example

White with #A37C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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