Html Css Color HEX #A07251 Pale Brown

📋 copy color: '#A07251'

red 160 ◦ green 114 ◦ blue 81

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

Shades of Pale Brown #A07251

Tints of Pale Brown #A07251

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.11%

 BLUE value IS 81 (32.03% from 255) = 22.82%

R = 45.07%
G = 32.11%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A07251 (or 0xA07251) is known color: Pale Brown. HEX triplet: A0, 72 and 51. RGB value is (160,114,81). Sum of RGB (Red+Green+Blue) = 160+114+81=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A07251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07251 is #5F8DAE. Grayscale: #7C7C7C. Windows color (decimal): -6262191 or 5337760. OLE color: 5337760.

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

Color convert

RGB 160 114 81 -
CMYK 0 0.29 0.49 0.37
HSL 25.06º 0.33% 0.47% -
HSV(B) 25.06º 0.49% 0.63% -
XYZ 22 20.1 10.51 -
YUV 123.99 103.74 153.68 -
System Red Green Blue C M Y K H S L
Decimal 160 114 81 0 0.29 0.49 0.37 25.06 0.33 0.47
Hex A0 72 51 0 1D 31 25 19 21 2F
Octal 240 162 121 0 35 61 45 31 41 57
Binary 10100000 1110010 1010001 0 11101 110001 100101 11001 100001 101111

Color Harmonies of #A07251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07251

Black with #A07251

Text Example


Text Example

White with #A07251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07251; }

 p { color: rgb(160,114,81); }

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

background-color css

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

 a { background-color: rgb(160,114,81); }

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

border-color css

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

 span { border-color: rgb(160,114,81); }

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