Html Css Color HEX #A37F0C Dark Goldenrod

📋 copy color: '#A37F0C'

red 163 ◦ green 127 ◦ blue 12

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

Shades of Dark Goldenrod #A37F0C

Tints of Dark Goldenrod #A37F0C

RGB

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

 GREEN value IS 127 (50% from 255) = 42.05%

 BLUE value IS 12 (5.08% from 255) = 3.97%

R = 53.97%
G = 42.05%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A37F0C (or 0xA37F0C) is known color: Dark Goldenrod. HEX triplet: A3, 7F and 0C. RGB value is (163,127,12). Sum of RGB (Red+Green+Blue) = 163+127+12=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 127 (50% from 255 or 42.05% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37F0C is #5C80F3. Grayscale: #7D7D7D. Windows color (decimal): -6062324 or 819107. OLE color: 819107.

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

Color convert

RGB 163 127 12 -
CMYK 0 0.22 0.93 0.36
HSL 45.7º 0.86% 0.34% -
HSV(B) 45.7º 0.93% 0.64% -
XYZ 22.76 22.99 3.59 -
YUV 124.65 64.43 155.35 -
System Red Green Blue C M Y K H S L
Decimal 163 127 12 0 0.22 0.93 0.36 45.7 0.86 0.34
Hex A3 7F C 0 16 5D 24 2E 56 22
Octal 243 177 14 0 26 135 44 56 126 42
Binary 10100011 1111111 1100 0 10110 1011101 100100 101110 1010110 100010

Color Harmonies of #A37F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37F0C

Black with #A37F0C

Text Example


Text Example

White with #A37F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37F0C; }

 p { color: rgb(163,127,12); }

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

background-color css

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

 a { background-color: rgb(163,127,12); }

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

border-color css

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

 span { border-color: rgb(163,127,12); }

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