Html Css Color HEX #A78800 Dark Goldenrod

📋 copy color: '#A78800'

red 167 ◦ green 136 ◦ blue 0

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

Shades of Dark Goldenrod #A78800

Tints of Dark Goldenrod #A78800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.12%
G = 44.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A78800 (or 0xA78800) is known color: Dark Goldenrod. HEX triplet: A7, 88 and 00. RGB value is (167,136,0). Sum of RGB (Red+Green+Blue) = 167+136+0=303 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.12% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 167 - color contains mainly: red. Hex color #A78800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78800 is #5877FF. Grayscale: #828282. Windows color (decimal): -5797888 or 34983. OLE color: 34983.

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

Color convert

RGB 167 136 0 -
CMYK 0 0.19 1 0.35
HSL 48.86º 1% 0.33% -
HSV(B) 48.86º 1% 0.65% -
XYZ 24.74 25.82 3.68 -
YUV 129.77 54.77 154.56 -
System Red Green Blue C M Y K H S L
Decimal 167 136 0 0 0.19 1 0.35 48.86 1 0.33
Hex A7 88 0 0 13 64 23 31 64 21
Octal 247 210 0 0 23 144 43 61 144 41
Binary 10100111 10001000 0 0 10011 1100100 100011 110001 1100100 100001

Color Harmonies of #A78800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78800

Black with #A78800

Text Example


Text Example

White with #A78800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78800; }

 p { color: rgb(167,136,0); }

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

background-color css

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

 a { background-color: rgb(167,136,0); }

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

border-color css

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

 span { border-color: rgb(167,136,0); }

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