Html Css Color HEX #A0651A Golden Brown

📋 copy color: '#A0651A'

red 160 ◦ green 101 ◦ blue 26

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

Shades of Golden Brown #A0651A

Tints of Golden Brown #A0651A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.19%

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

R = 55.75%
G = 35.19%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A0651A (or 0xA0651A) is known color: Golden Brown. HEX triplet: A0, 65 and 1A. RGB value is (160,101,26). Sum of RGB (Red+Green+Blue) = 160+101+26=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A0651A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0651A is #5F9AE5. Grayscale: #6E6E6E. Windows color (decimal): -6265574 or 1729952. OLE color: 1729952.

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

Color convert

RGB 160 101 26 -
CMYK 0 0.37 0.84 0.37
HSL 33.58º 0.72% 0.36% -
HSV(B) 33.58º 0.84% 0.63% -
XYZ 19.34 16.86 3.21 -
YUV 110.09 80.55 163.6 -
System Red Green Blue C M Y K H S L
Decimal 160 101 26 0 0.37 0.84 0.37 33.58 0.72 0.36
Hex A0 65 1A 0 25 54 25 22 48 24
Octal 240 145 32 0 45 124 45 42 110 44
Binary 10100000 1100101 11010 0 100101 1010100 100101 100010 1001000 100100

Color Harmonies of #A0651A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0651A

Black with #A0651A

Text Example


Text Example

White with #A0651A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0651A; }

 p { color: rgb(160,101,26); }

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

background-color css

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

 a { background-color: rgb(160,101,26); }

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

border-color css

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

 span { border-color: rgb(160,101,26); }

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