Html Css Color HEX #A77D03 Dark Goldenrod

📋 copy color: '#A77D03'

red 167 ◦ green 125 ◦ blue 3

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

Shades of Dark Goldenrod #A77D03

Tints of Dark Goldenrod #A77D03

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.37%

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

R = 56.61%
G = 42.37%
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

#A77D03 (or 0xA77D03) is known color: Dark Goldenrod. HEX triplet: A7, 7D and 03. RGB value is (167,125,3). Sum of RGB (Red+Green+Blue) = 167+125+3=295 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.61% from 295); Green value is 125 (49.22% from 255 or 42.37% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77D03 is #5882FC. Grayscale: #7C7C7C. Windows color (decimal): -5800701 or 228775. OLE color: 228775.

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

Color convert

RGB 167 125 3 -
CMYK 0 0.25 0.98 0.35
HSL 44.63º 0.96% 0.33% -
HSV(B) 44.63º 0.98% 0.65% -
XYZ 23.29 22.89 3.28 -
YUV 123.65 59.91 158.92 -
System Red Green Blue C M Y K H S L
Decimal 167 125 3 0 0.25 0.98 0.35 44.63 0.96 0.33
Hex A7 7D 3 0 19 62 23 2D 60 21
Octal 247 175 3 0 31 142 43 55 140 41
Binary 10100111 1111101 11 0 11001 1100010 100011 101101 1100000 100001

Color Harmonies of #A77D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77D03

Black with #A77D03

Text Example


Text Example

White with #A77D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77D03; }

 p { color: rgb(167,125,3); }

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

background-color css

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

 a { background-color: rgb(167,125,3); }

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

border-color css

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

 span { border-color: rgb(167,125,3); }

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