Html Css Color HEX #A67505 Dark Goldenrod

📋 copy color: '#A67505'

red 166 ◦ green 117 ◦ blue 5

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

Shades of Dark Goldenrod #A67505

Tints of Dark Goldenrod #A67505

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.63%

 BLUE value IS 5 (2.34% from 255) = 1.74%

R = 57.64%
G = 40.63%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A67505 (or 0xA67505) is known color: Dark Goldenrod. HEX triplet: A6, 75 and 05. RGB value is (166,117,5). Sum of RGB (Red+Green+Blue) = 166+117+5=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A67505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67505 is #598AFA. Grayscale: #777777. Windows color (decimal): -5868283 or 357798. OLE color: 357798.

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

Color convert

RGB 166 117 5 -
CMYK 0 0.30 0.97 0.35
HSL 41.74º 0.94% 0.34% -
HSV(B) 41.74º 0.97% 0.65% -
XYZ 22.11 20.84 3 -
YUV 118.88 63.73 161.61 -
System Red Green Blue C M Y K H S L
Decimal 166 117 5 0 0.30 0.97 0.35 41.74 0.94 0.34
Hex A6 75 5 0 1E 61 23 2A 5E 22
Octal 246 165 5 0 36 141 43 52 136 42
Binary 10100110 1110101 101 0 11110 1100001 100011 101010 1011110 100010

Color Harmonies of #A67505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67505

Black with #A67505

Text Example


Text Example

White with #A67505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67505; }

 p { color: rgb(166,117,5); }

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

background-color css

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

 a { background-color: rgb(166,117,5); }

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

border-color css

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

 span { border-color: rgb(166,117,5); }

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