Html Css Color HEX #A0671F Golden Brown

📋 copy color: '#A0671F'

red 160 ◦ green 103 ◦ blue 31

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

Shades of Golden Brown #A0671F

Tints of Golden Brown #A0671F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.03%

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

R = 54.42%
G = 35.03%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0671F (or 0xA0671F) is known color: Golden Brown. HEX triplet: A0, 67 and 1F. RGB value is (160,103,31). Sum of RGB (Red+Green+Blue) = 160+103+31=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A0671F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0671F is #5F98E0. Grayscale: #707070. Windows color (decimal): -6265057 or 2058144. OLE color: 2058144.

HSL color Cylindrical-coordinate representation of color #A0671F: hue angle of 33.49º 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 #A0671F is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 103 31 -
CMYK 0 0.36 0.81 0.37
HSL 33.49º 0.68% 0.37% -
HSV(B) 33.49º 0.81% 0.63% -
XYZ 19.59 17.27 3.6 -
YUV 111.84 82.38 162.35 -
System Red Green Blue C M Y K H S L
Decimal 160 103 31 0 0.36 0.81 0.37 33.49 0.68 0.37
Hex A0 67 1F 0 24 51 25 21 44 25
Octal 240 147 37 0 44 121 45 41 104 45
Binary 10100000 1100111 11111 0 100100 1010001 100101 100001 1000100 100101

Color Harmonies of #A0671F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0671F

Black with #A0671F

Text Example


Text Example

White with #A0671F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0671F; }

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

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

background-color css

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

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

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

border-color css

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

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

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