Html Css Color HEX #A07442 Pale Brown

📋 copy color: '#A07442'

red 160 ◦ green 116 ◦ blue 66

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

Shades of Pale Brown #A07442

Tints of Pale Brown #A07442

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.92%

 BLUE value IS 66 (26.17% from 255) = 19.3%

R = 46.78%
G = 33.92%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A07442 (or 0xA07442) is known color: Pale Brown. HEX triplet: A0, 74 and 42. RGB value is (160,116,66). Sum of RGB (Red+Green+Blue) = 160+116+66=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A07442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07442 is #5F8BBD. Grayscale: #7B7B7B. Windows color (decimal): -6261694 or 4355232. OLE color: 4355232.

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

Color convert

RGB 160 116 66 -
CMYK 0 0.28 0.59 0.37
HSL 31.91º 0.42% 0.44% -
HSV(B) 31.91º 0.59% 0.63% -
XYZ 21.73 20.36 7.94 -
YUV 123.46 95.58 154.07 -
System Red Green Blue C M Y K H S L
Decimal 160 116 66 0 0.28 0.59 0.37 31.91 0.42 0.44
Hex A0 74 42 0 1C 3B 25 20 2A 2C
Octal 240 164 102 0 34 73 45 40 52 54
Binary 10100000 1110100 1000010 0 11100 111011 100101 100000 101010 101100

Color Harmonies of #A07442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07442

Black with #A07442

Text Example


Text Example

White with #A07442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07442; }

 p { color: rgb(160,116,66); }

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

background-color css

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

 a { background-color: rgb(160,116,66); }

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

border-color css

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

 span { border-color: rgb(160,116,66); }

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