Html Css Color HEX #A55F1A Golden Brown

📋 copy color: '#A55F1A'

red 165 ◦ green 95 ◦ blue 26

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

Shades of Golden Brown #A55F1A

Tints of Golden Brown #A55F1A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.22%

 BLUE value IS 26 (10.55% from 255) = 9.09%

R = 57.69%
G = 33.22%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A55F1A (or 0xA55F1A) is known color: Golden Brown. HEX triplet: A5, 5F and 1A. RGB value is (165,95,26). Sum of RGB (Red+Green+Blue) = 165+95+26=286 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.69% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55F1A is #5AA0E5. Grayscale: #6C6C6C. Windows color (decimal): -5939430 or 1728421. OLE color: 1728421.

HSL color Cylindrical-coordinate representation of color #A55F1A: hue angle of 29.78º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A55F1A is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 95 26 -
CMYK 0 0.42 0.84 0.35
HSL 29.78º 0.73% 0.37% -
HSV(B) 29.78º 0.84% 0.65% -
XYZ 19.8 16.26 3.07 -
YUV 108.06 81.69 168.61 -
System Red Green Blue C M Y K H S L
Decimal 165 95 26 0 0.42 0.84 0.35 29.78 0.73 0.37
Hex A5 5F 1A 0 2A 54 23 1E 49 25
Octal 245 137 32 0 52 124 43 36 111 45
Binary 10100101 1011111 11010 0 101010 1010100 100011 11110 1001001 100101

Color Harmonies of #A55F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55F1A

Black with #A55F1A

Text Example


Text Example

White with #A55F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55F1A; }

 p { color: rgb(165,95,26); }

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

background-color css

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

 a { background-color: rgb(165,95,26); }

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

border-color css

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

 span { border-color: rgb(165,95,26); }

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