Html Css Color HEX #A07650 Pale Brown

📋 copy color: '#A07650'

red 160 ◦ green 118 ◦ blue 80

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

Shades of Pale Brown #A07650

Tints of Pale Brown #A07650

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.96%

 BLUE value IS 80 (31.64% from 255) = 22.35%

R = 44.69%
G = 32.96%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#A07650 (or 0xA07650) is known color: Pale Brown. HEX triplet: A0, 76 and 50. RGB value is (160,118,80). Sum of RGB (Red+Green+Blue) = 160+118+80=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A07650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07650 is #5F89AF. Grayscale: #7E7E7E. Windows color (decimal): -6261168 or 5273248. OLE color: 5273248.

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

Color convert

RGB 160 118 80 -
CMYK 0 0.26 0.5 0.37
HSL 28.5º 0.33% 0.47% -
HSV(B) 28.5º 0.5% 0.63% -
XYZ 22.42 21.01 10.46 -
YUV 126.23 101.91 152.09 -
System Red Green Blue C M Y K H S L
Decimal 160 118 80 0 0.26 0.5 0.37 28.5 0.33 0.47
Hex A0 76 50 0 1A 32 25 1C 21 2F
Octal 240 166 120 0 32 62 45 34 41 57
Binary 10100000 1110110 1010000 0 11010 110010 100101 11100 100001 101111

Color Harmonies of #A07650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07650

Black with #A07650

Text Example


Text Example

White with #A07650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07650; }

 p { color: rgb(160,118,80); }

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

background-color css

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

 a { background-color: rgb(160,118,80); }

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

border-color css

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

 span { border-color: rgb(160,118,80); }

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