Html Css Color HEX #A76255 Au Chico

📋 copy color: '#A76255'

red 167 ◦ green 98 ◦ blue 85

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

Shades of Au Chico #A76255

Tints of Au Chico #A76255

RGB

 RED value IS 167 (65.63% from 255) = 47.71%

 GREEN value IS 98 (38.67% from 255) = 28%

 BLUE value IS 85 (33.59% from 255) = 24.29%

R = 47.71%
G = 28%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A76255 (or 0xA76255) is known color: Au Chico. HEX triplet: A7, 62 and 55. RGB value is (167,98,85). Sum of RGB (Red+Green+Blue) = 167+98+85=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 167 - color contains mainly: red. Hex color #A76255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76255 is #589DAA. Grayscale: #757575. Windows color (decimal): -5807531 or 5595815. OLE color: 5595815.

HSL color Cylindrical-coordinate representation of color #A76255: hue angle of 9.51º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A76255 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 98 85 -
CMYK 0 0.41 0.49 0.35
HSL 9.51º 0.33% 0.49% -
HSV(B) 9.51º 0.49% 0.65% -
XYZ 21.94 17.61 10.84 -
YUV 117.15 109.86 163.56 -
System Red Green Blue C M Y K H S L
Decimal 167 98 85 0 0.41 0.49 0.35 9.51 0.33 0.49
Hex A7 62 55 0 29 31 23 A 21 31
Octal 247 142 125 0 51 61 43 12 41 61
Binary 10100111 1100010 1010101 0 101001 110001 100011 1010 100001 110001

Color Harmonies of #A76255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76255

Black with #A76255

Text Example


Text Example

White with #A76255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76255; }

 p { color: rgb(167,98,85); }

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

background-color css

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

 a { background-color: rgb(167,98,85); }

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

border-color css

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

 span { border-color: rgb(167,98,85); }

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