Html Css Color HEX #A67C02 Dark Goldenrod

📋 copy color: '#A67C02'

red 166 ◦ green 124 ◦ blue 2

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

Shades of Dark Goldenrod #A67C02

Tints of Dark Goldenrod #A67C02

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.47%

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 56.85%
G = 42.47%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A67C02 (or 0xA67C02) is known color: Dark Goldenrod. HEX triplet: A6, 7C and 02. RGB value is (166,124,2). Sum of RGB (Red+Green+Blue) = 166+124+2=292 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.85% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67C02 is #5983FD. Grayscale: #7B7B7B. Windows color (decimal): -5866494 or 162982. OLE color: 162982.

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

Color convert

RGB 166 124 2 -
CMYK 0 0.25 0.99 0.35
HSL 44.63º 0.98% 0.33% -
HSV(B) 44.63º 0.99% 0.65% -
XYZ 22.94 22.53 3.2 -
YUV 122.65 59.91 158.92 -
System Red Green Blue C M Y K H S L
Decimal 166 124 2 0 0.25 0.99 0.35 44.63 0.98 0.33
Hex A6 7C 2 0 19 63 23 2D 62 21
Octal 246 174 2 0 31 143 43 55 142 41
Binary 10100110 1111100 10 0 11001 1100011 100011 101101 1100010 100001

Color Harmonies of #A67C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C02

Black with #A67C02

Text Example


Text Example

White with #A67C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C02; }

 p { color: rgb(166,124,2); }

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

background-color css

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

 a { background-color: rgb(166,124,2); }

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

border-color css

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

 span { border-color: rgb(166,124,2); }

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