Html Css Color HEX #A78401 Dark Goldenrod

📋 copy color: '#A78401'

red 167 ◦ green 132 ◦ blue 1

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

Shades of Dark Goldenrod #A78401

Tints of Dark Goldenrod #A78401

RGB

 RED value IS 167 (65.63% from 255) = 55.67%

 GREEN value IS 132 (51.95% from 255) = 44%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 55.67%
G = 44%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A78401 (or 0xA78401) is known color: Dark Goldenrod. HEX triplet: A7, 84 and 01. RGB value is (167,132,1). Sum of RGB (Red+Green+Blue) = 167+132+1=300 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.67% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 167 - color contains mainly: red. Hex color #A78401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78401 is #587BFE. Grayscale: #808080. Windows color (decimal): -5798911 or 99495. OLE color: 99495.

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

Color convert

RGB 167 132 1 -
CMYK 0 0.21 0.99 0.35
HSL 47.35º 0.99% 0.33% -
HSV(B) 47.35º 0.99% 0.65% -
XYZ 24.19 24.72 3.53 -
YUV 127.53 56.6 156.15 -
System Red Green Blue C M Y K H S L
Decimal 167 132 1 0 0.21 0.99 0.35 47.35 0.99 0.33
Hex A7 84 1 0 15 63 23 2F 63 21
Octal 247 204 1 0 25 143 43 57 143 41
Binary 10100111 10000100 1 0 10101 1100011 100011 101111 1100011 100001

Color Harmonies of #A78401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78401

Black with #A78401

Text Example


Text Example

White with #A78401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78401; }

 p { color: rgb(167,132,1); }

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

background-color css

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

 a { background-color: rgb(167,132,1); }

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

border-color css

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

 span { border-color: rgb(167,132,1); }

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