Html Css Color HEX #A0631F Golden Brown

📋 copy color: '#A0631F'

red 160 ◦ green 99 ◦ blue 31

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

Shades of Golden Brown #A0631F

Tints of Golden Brown #A0631F

RGB

 RED value IS 160 (62.89% from 255) = 55.17%

 GREEN value IS 99 (39.06% from 255) = 34.14%

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

R = 55.17%
G = 34.14%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0631F (or 0xA0631F) is known color: Golden Brown. HEX triplet: A0, 63 and 1F. RGB value is (160,99,31). Sum of RGB (Red+Green+Blue) = 160+99+31=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A0631F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0631F is #5F9CE0. Grayscale: #6D6D6D. Windows color (decimal): -6266081 or 2057120. OLE color: 2057120.

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

Color convert

RGB 160 99 31 -
CMYK 0 0.38 0.81 0.37
HSL 31.63º 0.68% 0.37% -
HSV(B) 31.63º 0.81% 0.63% -
XYZ 19.21 16.5 3.47 -
YUV 109.49 83.71 164.03 -
System Red Green Blue C M Y K H S L
Decimal 160 99 31 0 0.38 0.81 0.37 31.63 0.68 0.37
Hex A0 63 1F 0 26 51 25 20 44 25
Octal 240 143 37 0 46 121 45 40 104 45
Binary 10100000 1100011 11111 0 100110 1010001 100101 100000 1000100 100101

Color Harmonies of #A0631F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0631F

Black with #A0631F

Text Example


Text Example

White with #A0631F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0631F; }

 p { color: rgb(160,99,31); }

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

background-color css

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

 a { background-color: rgb(160,99,31); }

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

border-color css

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

 span { border-color: rgb(160,99,31); }

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