Html Css Color HEX #A55D12 Golden Brown

📋 copy color: '#A55D12'

red 165 ◦ green 93 ◦ blue 18

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

Shades of Golden Brown #A55D12

Tints of Golden Brown #A55D12

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.7%

 BLUE value IS 18 (7.42% from 255) = 6.52%

R = 59.78%
G = 33.7%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A55D12 (or 0xA55D12) is known color: Golden Brown. HEX triplet: A5, 5D and 12. RGB value is (165,93,18). Sum of RGB (Red+Green+Blue) = 165+93+18=276 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.78% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55D12 is #5AA2ED. Grayscale: #6A6A6A. Windows color (decimal): -5939950 or 1203621. OLE color: 1203621.

HSL color Cylindrical-coordinate representation of color #A55D12: hue angle of 30.61º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A55D12 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 93 18 -
CMYK 0 0.44 0.89 0.35
HSL 30.61º 0.8% 0.36% -
HSV(B) 30.61º 0.89% 0.65% -
XYZ 19.54 15.87 2.61 -
YUV 105.98 78.35 170.1 -
System Red Green Blue C M Y K H S L
Decimal 165 93 18 0 0.44 0.89 0.35 30.61 0.8 0.36
Hex A5 5D 12 0 2C 59 23 1F 50 24
Octal 245 135 22 0 54 131 43 37 120 44
Binary 10100101 1011101 10010 0 101100 1011001 100011 11111 1010000 100100

Color Harmonies of #A55D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55D12

Black with #A55D12

Text Example


Text Example

White with #A55D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55D12; }

 p { color: rgb(165,93,18); }

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

background-color css

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

 a { background-color: rgb(165,93,18); }

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

border-color css

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

 span { border-color: rgb(165,93,18); }

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