Html Css Color HEX #A5580B Golden Brown

📋 copy color: '#A5580B'

red 165 ◦ green 88 ◦ blue 11

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

Shades of Golden Brown #A5580B

Tints of Golden Brown #A5580B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.33%

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

R = 62.5%
G = 33.33%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5580B (or 0xA5580B) is known color: Golden Brown. HEX triplet: A5, 58 and 0B. RGB value is (165,88,11). Sum of RGB (Red+Green+Blue) = 165+88+11=264 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.5% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 165 - color contains mainly: red. Hex color #A5580B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5580B is #5AA7F4. Grayscale: #666666. Windows color (decimal): -5941237 or 743589. OLE color: 743589.

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

Color convert

RGB 165 88 11 -
CMYK 0 0.47 0.93 0.35
HSL 30º 0.88% 0.35% -
HSV(B) 30º 0.93% 0.65% -
XYZ 19.07 15 2.21 -
YUV 102.25 76.51 172.76 -
System Red Green Blue C M Y K H S L
Decimal 165 88 11 0 0.47 0.93 0.35 30 0.88 0.35
Hex A5 58 B 0 2F 5D 23 1E 58 23
Octal 245 130 13 0 57 135 43 36 130 43
Binary 10100101 1011000 1011 0 101111 1011101 100011 11110 1011000 100011

Color Harmonies of #A5580B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5580B

Black with #A5580B

Text Example


Text Example

White with #A5580B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5580B; }

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

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

background-color css

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

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

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

border-color css

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

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

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