Html Css Color HEX #A67F08 Dark Goldenrod

📋 copy color: '#A67F08'

red 166 ◦ green 127 ◦ blue 8

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

Shades of Dark Goldenrod #A67F08

Tints of Dark Goldenrod #A67F08

RGB

 RED value IS 166 (65.23% from 255) = 55.15%

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

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

R = 55.15%
G = 42.19%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A67F08 (or 0xA67F08) is known color: Dark Goldenrod. HEX triplet: A6, 7F and 08. RGB value is (166,127,8). Sum of RGB (Red+Green+Blue) = 166+127+8=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67F08 is #5980F7. Grayscale: #7D7D7D. Windows color (decimal): -5865720 or 556966. OLE color: 556966.

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

Color convert

RGB 166 127 8 -
CMYK 0 0.23 0.95 0.35
HSL 45.19º 0.91% 0.34% -
HSV(B) 45.19º 0.95% 0.65% -
XYZ 23.36 23.3 3.5 -
YUV 125.1 61.92 157.18 -
System Red Green Blue C M Y K H S L
Decimal 166 127 8 0 0.23 0.95 0.35 45.19 0.91 0.34
Hex A6 7F 8 0 17 5F 23 2D 5B 22
Octal 246 177 10 0 27 137 43 55 133 42
Binary 10100110 1111111 1000 0 10111 1011111 100011 101101 1011011 100010

Color Harmonies of #A67F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67F08

Black with #A67F08

Text Example


Text Example

White with #A67F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67F08; }

 p { color: rgb(166,127,8); }

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

background-color css

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

 a { background-color: rgb(166,127,8); }

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

border-color css

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

 span { border-color: rgb(166,127,8); }

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