Html Css Color HEX #A5880D Dark Goldenrod

📋 copy color: '#A5880D'

red 165 ◦ green 136 ◦ blue 13

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

Shades of Dark Goldenrod #A5880D

Tints of Dark Goldenrod #A5880D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.14%

R = 52.55%
G = 43.31%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A5880D (or 0xA5880D) is known color: Dark Goldenrod. HEX triplet: A5, 88 and 0D. RGB value is (165,136,13). Sum of RGB (Red+Green+Blue) = 165+136+13=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A5880D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5880D is #5A77F2. Grayscale: #838383. Windows color (decimal): -5928947 or 886949. OLE color: 886949.

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

Color convert

RGB 165 136 13 -
CMYK 0 0.18 0.92 0.35
HSL 48.55º 0.85% 0.35% -
HSV(B) 48.55º 0.92% 0.65% -
XYZ 24.39 25.64 4.04 -
YUV 130.65 61.61 152.5 -
System Red Green Blue C M Y K H S L
Decimal 165 136 13 0 0.18 0.92 0.35 48.55 0.85 0.35
Hex A5 88 D 0 12 5C 23 31 55 23
Octal 245 210 15 0 22 134 43 61 125 43
Binary 10100101 10001000 1101 0 10010 1011100 100011 110001 1010101 100011

Color Harmonies of #A5880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5880D

Black with #A5880D

Text Example


Text Example

White with #A5880D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5880D; }

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

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

background-color css

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

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

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

border-color css

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

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

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