Html Css Color HEX #A55A0F Golden Brown

📋 copy color: '#A55A0F'

red 165 ◦ green 90 ◦ blue 15

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

Shades of Golden Brown #A55A0F

Tints of Golden Brown #A55A0F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.33%

 BLUE value IS 15 (6.25% from 255) = 5.56%

R = 61.11%
G = 33.33%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A55A0F (or 0xA55A0F) is known color: Golden Brown. HEX triplet: A5, 5A and 0F. RGB value is (165,90,15). Sum of RGB (Red+Green+Blue) = 165+90+15=270 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.11% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55A0F is #5AA5F0. Grayscale: #686868. Windows color (decimal): -5940721 or 1006245. OLE color: 1006245.

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

Color convert

RGB 165 90 15 -
CMYK 0 0.45 0.91 0.35
HSL 30º 0.83% 0.35% -
HSV(B) 30º 0.91% 0.65% -
XYZ 19.26 15.35 2.4 -
YUV 103.88 77.85 171.6 -
System Red Green Blue C M Y K H S L
Decimal 165 90 15 0 0.45 0.91 0.35 30 0.83 0.35
Hex A5 5A F 0 2D 5B 23 1E 53 23
Octal 245 132 17 0 55 133 43 36 123 43
Binary 10100101 1011010 1111 0 101101 1011011 100011 11110 1010011 100011

Color Harmonies of #A55A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55A0F

Black with #A55A0F

Text Example


Text Example

White with #A55A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55A0F; }

 p { color: rgb(165,90,15); }

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

background-color css

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

 a { background-color: rgb(165,90,15); }

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

border-color css

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

 span { border-color: rgb(165,90,15); }

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