Html Css Color HEX #A5880B Dark Goldenrod

📋 copy color: '#A5880B'

red 165 ◦ green 136 ◦ blue 11

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

Shades of Dark Goldenrod #A5880B

Tints of Dark Goldenrod #A5880B

RGB

 RED value IS 165 (64.84% from 255) = 52.88%

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

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

R = 52.88%
G = 43.59%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5880B (or 0xA5880B) is known color: Dark Goldenrod. HEX triplet: A5, 88 and 0B. RGB value is (165,136,11). Sum of RGB (Red+Green+Blue) = 165+136+11=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A5880B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5880B is #5A77F4. Grayscale: #828282. Windows color (decimal): -5928949 or 755877. OLE color: 755877.

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

Color convert

RGB 165 136 11 -
CMYK 0 0.18 0.93 0.35
HSL 48.7º 0.88% 0.35% -
HSV(B) 48.7º 0.93% 0.65% -
XYZ 24.38 25.63 3.98 -
YUV 130.42 60.61 152.66 -
System Red Green Blue C M Y K H S L
Decimal 165 136 11 0 0.18 0.93 0.35 48.7 0.88 0.35
Hex A5 88 B 0 12 5D 23 31 58 23
Octal 245 210 13 0 22 135 43 61 130 43
Binary 10100101 10001000 1011 0 10010 1011101 100011 110001 1011000 100011

Color Harmonies of #A5880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5880B

Black with #A5880B

Text Example


Text Example

White with #A5880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5880B; }

 p { color: rgb(165,136,11); }

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

background-color css

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

 a { background-color: rgb(165,136,11); }

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

border-color css

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

 span { border-color: rgb(165,136,11); }

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