Html Css Color HEX #A5820B Dark Goldenrod

📋 copy color: '#A5820B'

red 165 ◦ green 130 ◦ blue 11

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

Shades of Dark Goldenrod #A5820B

Tints of Dark Goldenrod #A5820B

RGB

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

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

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

R = 53.92%
G = 42.48%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5820B (or 0xA5820B) is known color: Dark Goldenrod. HEX triplet: A5, 82 and 0B. RGB value is (165,130,11). Sum of RGB (Red+Green+Blue) = 165+130+11=306 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.92% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 165 - color contains mainly: red. Hex color #A5820B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5820B is #5A7DF4. Grayscale: #7F7F7F. Windows color (decimal): -5930485 or 754341. OLE color: 754341.

HSL color Cylindrical-coordinate representation of color #A5820B: hue angle of 46.36º 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 #A5820B is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 130 11 -
CMYK 0 0.21 0.93 0.35
HSL 46.36º 0.88% 0.35% -
HSV(B) 46.36º 0.93% 0.65% -
XYZ 23.56 23.99 3.71 -
YUV 126.9 62.6 155.18 -
System Red Green Blue C M Y K H S L
Decimal 165 130 11 0 0.21 0.93 0.35 46.36 0.88 0.35
Hex A5 82 B 0 15 5D 23 2E 58 23
Octal 245 202 13 0 25 135 43 56 130 43
Binary 10100101 10000010 1011 0 10101 1011101 100011 101110 1011000 100011

Color Harmonies of #A5820B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5820B

Black with #A5820B

Text Example


Text Example

White with #A5820B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5820B; }

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

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

background-color css

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

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

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

border-color css

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

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

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