Html Css Color HEX #A67C03 Dark Goldenrod

📋 copy color: '#A67C03'

red 166 ◦ green 124 ◦ blue 3

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

Shades of Dark Goldenrod #A67C03

Tints of Dark Goldenrod #A67C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.02%

R = 56.66%
G = 42.32%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A67C03 (or 0xA67C03) is known color: Dark Goldenrod. HEX triplet: A6, 7C and 03. RGB value is (166,124,3). Sum of RGB (Red+Green+Blue) = 166+124+3=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67C03 is #5983FC. Grayscale: #7B7B7B. Windows color (decimal): -5866493 or 228518. OLE color: 228518.

HSL color Cylindrical-coordinate representation of color #A67C03: hue angle of 44.54º degrees, saturation: 0.96, 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 #A67C03 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 124 3 -
CMYK 0 0.25 0.98 0.35
HSL 44.54º 0.96% 0.33% -
HSV(B) 44.54º 0.98% 0.65% -
XYZ 22.95 22.53 3.23 -
YUV 122.76 60.41 158.84 -
System Red Green Blue C M Y K H S L
Decimal 166 124 3 0 0.25 0.98 0.35 44.54 0.96 0.33
Hex A6 7C 3 0 19 62 23 2D 60 21
Octal 246 174 3 0 31 142 43 55 140 41
Binary 10100110 1111100 11 0 11001 1100010 100011 101101 1100000 100001

Color Harmonies of #A67C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C03

Black with #A67C03

Text Example


Text Example

White with #A67C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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