Html Css Color HEX #A2764D Pale Brown

📋 copy color: '#A2764D'

red 162 ◦ green 118 ◦ blue 77

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

Shades of Pale Brown #A2764D

Tints of Pale Brown #A2764D

RGB

 RED value IS 162 (63.67% from 255) = 45.38%

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

 BLUE value IS 77 (30.47% from 255) = 21.57%

R = 45.38%
G = 33.05%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A2764D (or 0xA2764D) is known color: Pale Brown. HEX triplet: A2, 76 and 4D. RGB value is (162,118,77). Sum of RGB (Red+Green+Blue) = 162+118+77=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A2764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2764D is #5D89B2. Grayscale: #7E7E7E. Windows color (decimal): -6130099 or 5076642. OLE color: 5076642.

HSL color Cylindrical-coordinate representation of color #A2764D: hue angle of 28.94º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2764D is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 118 77 -
CMYK 0 0.27 0.52 0.36
HSL 28.94º 0.36% 0.47% -
HSV(B) 28.94º 0.52% 0.64% -
XYZ 22.72 21.17 9.91 -
YUV 126.48 100.08 153.33 -
System Red Green Blue C M Y K H S L
Decimal 162 118 77 0 0.27 0.52 0.36 28.94 0.36 0.47
Hex A2 76 4D 0 1B 34 24 1D 24 2F
Octal 242 166 115 0 33 64 44 35 44 57
Binary 10100010 1110110 1001101 0 11011 110100 100100 11101 100100 101111

Color Harmonies of #A2764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2764D

Black with #A2764D

Text Example


Text Example

White with #A2764D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2764D; }

 p { color: rgb(162,118,77); }

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

background-color css

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

 a { background-color: rgb(162,118,77); }

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

border-color css

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

 span { border-color: rgb(162,118,77); }

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