Html Css Color HEX #A5580C Golden Brown

📋 copy color: '#A5580C'

red 165 ◦ green 88 ◦ blue 12

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

Shades of Golden Brown #A5580C

Tints of Golden Brown #A5580C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.53%

R = 62.26%
G = 33.21%
B = 4.53%

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

#A5580C (or 0xA5580C) is known color: Golden Brown. HEX triplet: A5, 58 and 0C. RGB value is (165,88,12). Sum of RGB (Red+Green+Blue) = 165+88+12=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A5580C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5580C is #5AA7F3. Grayscale: #666666. Windows color (decimal): -5941236 or 809125. OLE color: 809125.

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

Color convert

RGB 165 88 12 -
CMYK 0 0.47 0.93 0.35
HSL 29.8º 0.86% 0.35% -
HSV(B) 29.8º 0.93% 0.65% -
XYZ 19.07 15.01 2.24 -
YUV 102.36 77.01 172.68 -
System Red Green Blue C M Y K H S L
Decimal 165 88 12 0 0.47 0.93 0.35 29.8 0.86 0.35
Hex A5 58 C 0 2F 5D 23 1E 56 23
Octal 245 130 14 0 57 135 43 36 126 43
Binary 10100101 1011000 1100 0 101111 1011101 100011 11110 1010110 100011

Color Harmonies of #A5580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5580C

Black with #A5580C

Text Example


Text Example

White with #A5580C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5580C; }

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

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

background-color css

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

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

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

border-color css

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

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

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