Html Css Color HEX #A8820C Dark Goldenrod

📋 copy color: '#A8820C'

red 168 ◦ green 130 ◦ blue 12

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

Shades of Dark Goldenrod #A8820C

Tints of Dark Goldenrod #A8820C

RGB

 RED value IS 168 (66.02% from 255) = 54.19%

 GREEN value IS 130 (51.17% from 255) = 41.94%

 BLUE value IS 12 (5.08% from 255) = 3.87%

R = 54.19%
G = 41.94%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A8820C (or 0xA8820C) is known color: Dark Goldenrod. HEX triplet: A8, 82 and 0C. RGB value is (168,130,12). Sum of RGB (Red+Green+Blue) = 168+130+12=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A8820C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8820C is #577DF3. Grayscale: #808080. Windows color (decimal): -5733876 or 819880. OLE color: 819880.

HSL color Cylindrical-coordinate representation of color #A8820C: hue angle of 45.38º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8820C is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 130 12 -
CMYK 0 0.23 0.93 0.34
HSL 45.38º 0.87% 0.35% -
HSV(B) 45.38º 0.93% 0.66% -
XYZ 24.2 24.32 3.77 -
YUV 127.91 62.59 156.59 -
System Red Green Blue C M Y K H S L
Decimal 168 130 12 0 0.23 0.93 0.34 45.38 0.87 0.35
Hex A8 82 C 0 17 5D 22 2D 57 23
Octal 250 202 14 0 27 135 42 55 127 43
Binary 10101000 10000010 1100 0 10111 1011101 100010 101101 1010111 100011

Color Harmonies of #A8820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8820C

Black with #A8820C

Text Example


Text Example

White with #A8820C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8820C; }

 p { color: rgb(168,130,12); }

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

background-color css

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

 a { background-color: rgb(168,130,12); }

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

border-color css

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

 span { border-color: rgb(168,130,12); }

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