Html Css Color HEX #A5641F Golden Brown

📋 copy color: '#A5641F'

red 165 ◦ green 100 ◦ blue 31

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

Shades of Golden Brown #A5641F

Tints of Golden Brown #A5641F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.47%

R = 55.74%
G = 33.78%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A5641F (or 0xA5641F) is known color: Golden Brown. HEX triplet: A5, 64 and 1F. RGB value is (165,100,31). Sum of RGB (Red+Green+Blue) = 165+100+31=296 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.74% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 165 - color contains mainly: red. Hex color #A5641F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5641F is #5A9BE0. Grayscale: #6F6F6F. Windows color (decimal): -5938145 or 2057381. OLE color: 2057381.

HSL color Cylindrical-coordinate representation of color #A5641F: hue angle of 30.9º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A5641F is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 100 31 -
CMYK 0 0.39 0.81 0.35
HSL 30.9º 0.68% 0.38% -
HSV(B) 30.9º 0.81% 0.65% -
XYZ 20.32 17.21 3.55 -
YUV 111.57 82.53 166.11 -
System Red Green Blue C M Y K H S L
Decimal 165 100 31 0 0.39 0.81 0.35 30.9 0.68 0.38
Hex A5 64 1F 0 27 51 23 1F 44 26
Octal 245 144 37 0 47 121 43 37 104 46
Binary 10100101 1100100 11111 0 100111 1010001 100011 11111 1000100 100110

Color Harmonies of #A5641F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5641F

Black with #A5641F

Text Example


Text Example

White with #A5641F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5641F; }

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

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

background-color css

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

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

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

border-color css

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

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

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