Html Css Color HEX #A76558 Au Chico

📋 copy color: '#A76558'

red 167 ◦ green 101 ◦ blue 88

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

Shades of Au Chico #A76558

Tints of Au Chico #A76558

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.37%

 BLUE value IS 88 (34.77% from 255) = 24.72%

R = 46.91%
G = 28.37%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A76558 (or 0xA76558) is known color: Au Chico. HEX triplet: A7, 65 and 58. RGB value is (167,101,88). Sum of RGB (Red+Green+Blue) = 167+101+88=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 167 - color contains mainly: red. Hex color #A76558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76558 is #589AA7. Grayscale: #777777. Windows color (decimal): -5806760 or 5793191. OLE color: 5793191.

HSL color Cylindrical-coordinate representation of color #A76558: hue angle of 9.87º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A76558 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 101 88 -
CMYK 0 0.40 0.47 0.35
HSL 9.87º 0.31% 0.5% -
HSV(B) 9.87º 0.47% 0.65% -
XYZ 22.35 18.23 11.57 -
YUV 119.25 110.37 162.06 -
System Red Green Blue C M Y K H S L
Decimal 167 101 88 0 0.40 0.47 0.35 9.87 0.31 0.5
Hex A7 65 58 0 28 2F 23 A 1F 32
Octal 247 145 130 0 50 57 43 12 37 62
Binary 10100111 1100101 1011000 0 101000 101111 100011 1010 11111 110010

Color Harmonies of #A76558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76558

Black with #A76558

Text Example


Text Example

White with #A76558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76558; }

 p { color: rgb(167,101,88); }

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

background-color css

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

 a { background-color: rgb(167,101,88); }

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

border-color css

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

 span { border-color: rgb(167,101,88); }

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