Html Css Color HEX #A0651D Golden Brown

📋 copy color: '#A0651D'

red 160 ◦ green 101 ◦ blue 29

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

Shades of Golden Brown #A0651D

Tints of Golden Brown #A0651D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10%

R = 55.17%
G = 34.83%
B = 10%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0651D (or 0xA0651D) is known color: Golden Brown. HEX triplet: A0, 65 and 1D. RGB value is (160,101,29). Sum of RGB (Red+Green+Blue) = 160+101+29=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A0651D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0651D is #5F9AE2. Grayscale: #6E6E6E. Windows color (decimal): -6265571 or 1926560. OLE color: 1926560.

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

Color convert

RGB 160 101 29 -
CMYK 0 0.37 0.82 0.37
HSL 32.98º 0.69% 0.37% -
HSV(B) 32.98º 0.82% 0.63% -
XYZ 19.37 16.87 3.4 -
YUV 110.43 82.05 163.35 -
System Red Green Blue C M Y K H S L
Decimal 160 101 29 0 0.37 0.82 0.37 32.98 0.69 0.37
Hex A0 65 1D 0 25 52 25 21 45 25
Octal 240 145 35 0 45 122 45 41 105 45
Binary 10100000 1100101 11101 0 100101 1010010 100101 100001 1000101 100101

Color Harmonies of #A0651D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0651D

Black with #A0651D

Text Example


Text Example

White with #A0651D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0651D; }

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

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

background-color css

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

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

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

border-color css

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

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

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