Html Css Color HEX #A5641A Golden Brown

📋 copy color: '#A5641A'

red 165 ◦ green 100 ◦ blue 26

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

Shades of Golden Brown #A5641A

Tints of Golden Brown #A5641A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.36%

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

R = 56.7%
G = 34.36%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5641A (or 0xA5641A) is known color: Golden Brown. HEX triplet: A5, 64 and 1A. RGB value is (165,100,26). Sum of RGB (Red+Green+Blue) = 165+100+26=291 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.70% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 165 - color contains mainly: red. Hex color #A5641A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5641A is #5A9BE5. Grayscale: #6F6F6F. Windows color (decimal): -5938150 or 1729701. OLE color: 1729701.

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

Color convert

RGB 165 100 26 -
CMYK 0 0.39 0.84 0.35
HSL 31.94º 0.73% 0.37% -
HSV(B) 31.94º 0.84% 0.65% -
XYZ 20.26 17.19 3.23 -
YUV 111 80.03 166.52 -
System Red Green Blue C M Y K H S L
Decimal 165 100 26 0 0.39 0.84 0.35 31.94 0.73 0.37
Hex A5 64 1A 0 27 54 23 20 49 25
Octal 245 144 32 0 47 124 43 40 111 45
Binary 10100101 1100100 11010 0 100111 1010100 100011 100000 1001001 100101

Color Harmonies of #A5641A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5641A

Black with #A5641A

Text Example


Text Example

White with #A5641A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5641A; }

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

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

background-color css

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

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

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

border-color css

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

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

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