Html Css Color HEX #A67908 Dark Goldenrod

📋 copy color: '#A67908'

red 166 ◦ green 121 ◦ blue 8

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

Shades of Dark Goldenrod #A67908

Tints of Dark Goldenrod #A67908

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.02%

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

R = 56.27%
G = 41.02%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A67908 (or 0xA67908) is known color: Dark Goldenrod. HEX triplet: A6, 79 and 08. RGB value is (166,121,8). Sum of RGB (Red+Green+Blue) = 166+121+8=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A67908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67908 is #5986F7. Grayscale: #7A7A7A. Windows color (decimal): -5867256 or 555430. OLE color: 555430.

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

Color convert

RGB 166 121 8 -
CMYK 0 0.27 0.95 0.35
HSL 42.91º 0.91% 0.34% -
HSV(B) 42.91º 0.95% 0.65% -
XYZ 22.61 21.8 3.25 -
YUV 121.57 63.91 159.69 -
System Red Green Blue C M Y K H S L
Decimal 166 121 8 0 0.27 0.95 0.35 42.91 0.91 0.34
Hex A6 79 8 0 1B 5F 23 2B 5B 22
Octal 246 171 10 0 33 137 43 53 133 42
Binary 10100110 1111001 1000 0 11011 1011111 100011 101011 1011011 100010

Color Harmonies of #A67908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67908

Black with #A67908

Text Example


Text Example

White with #A67908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67908; }

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

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

background-color css

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

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

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

border-color css

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

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

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