Html Css Color HEX #A8830B Dark Goldenrod

📋 copy color: '#A8830B'

red 168 ◦ green 131 ◦ blue 11

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

Shades of Dark Goldenrod #A8830B

Tints of Dark Goldenrod #A8830B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.26%

 BLUE value IS 11 (4.69% from 255) = 3.55%

R = 54.19%
G = 42.26%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A8830B (or 0xA8830B) is known color: Dark Goldenrod. HEX triplet: A8, 83 and 0B. RGB value is (168,131,11). Sum of RGB (Red+Green+Blue) = 168+131+11=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A8830B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8830B is #577CF4. Grayscale: #808080. Windows color (decimal): -5733621 or 754600. OLE color: 754600.

HSL color Cylindrical-coordinate representation of color #A8830B: hue angle of 45.86º degrees, saturation: 0.88, 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 #A8830B is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 131 11 -
CMYK 0 0.22 0.93 0.34
HSL 45.86º 0.88% 0.35% -
HSV(B) 45.86º 0.93% 0.66% -
XYZ 24.33 24.58 3.78 -
YUV 128.38 61.76 156.26 -
System Red Green Blue C M Y K H S L
Decimal 168 131 11 0 0.22 0.93 0.34 45.86 0.88 0.35
Hex A8 83 B 0 16 5D 22 2E 58 23
Octal 250 203 13 0 26 135 42 56 130 43
Binary 10101000 10000011 1011 0 10110 1011101 100010 101110 1011000 100011

Color Harmonies of #A8830B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8830B

Black with #A8830B

Text Example


Text Example

White with #A8830B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8830B; }

 p { color: rgb(168,131,11); }

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

background-color css

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

 a { background-color: rgb(168,131,11); }

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

border-color css

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

 span { border-color: rgb(168,131,11); }

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