Html Css Color HEX #A67F04 Dark Goldenrod

📋 copy color: '#A67F04'

red 166 ◦ green 127 ◦ blue 4

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

Shades of Dark Goldenrod #A67F04

Tints of Dark Goldenrod #A67F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.35%

R = 55.89%
G = 42.76%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A67F04 (or 0xA67F04) is known color: Dark Goldenrod. HEX triplet: A6, 7F and 04. RGB value is (166,127,4). Sum of RGB (Red+Green+Blue) = 166+127+4=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67F04 is #5980FB. Grayscale: #7D7D7D. Windows color (decimal): -5865724 or 294822. OLE color: 294822.

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

Color convert

RGB 166 127 4 -
CMYK 0 0.23 0.98 0.35
HSL 45.56º 0.95% 0.33% -
HSV(B) 45.56º 0.98% 0.65% -
XYZ 23.34 23.29 3.38 -
YUV 124.64 59.92 157.5 -
System Red Green Blue C M Y K H S L
Decimal 166 127 4 0 0.23 0.98 0.35 45.56 0.95 0.33
Hex A6 7F 4 0 17 62 23 2E 5F 21
Octal 246 177 4 0 27 142 43 56 137 41
Binary 10100110 1111111 100 0 10111 1100010 100011 101110 1011111 100001

Color Harmonies of #A67F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67F04

Black with #A67F04

Text Example


Text Example

White with #A67F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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