Html Css Color HEX #A7655A Au Chico

📋 copy color: '#A7655A'

red 167 ◦ green 101 ◦ blue 90

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

Shades of Au Chico #A7655A

Tints of Au Chico #A7655A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.14%

R = 46.65%
G = 28.21%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A7655A (or 0xA7655A) is known color: Au Chico. HEX triplet: A7, 65 and 5A. RGB value is (167,101,90). Sum of RGB (Red+Green+Blue) = 167+101+90=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 167 - color contains mainly: red. Hex color #A7655A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7655A is #589AA5. Grayscale: #777777. Windows color (decimal): -5806758 or 5924263. OLE color: 5924263.

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

Color convert

RGB 167 101 90 -
CMYK 0 0.40 0.46 0.35
HSL 8.57º 0.3% 0.5% -
HSV(B) 8.57º 0.46% 0.65% -
XYZ 22.44 18.26 12.02 -
YUV 119.48 111.37 161.89 -
System Red Green Blue C M Y K H S L
Decimal 167 101 90 0 0.40 0.46 0.35 8.57 0.3 0.5
Hex A7 65 5A 0 28 2E 23 9 1E 32
Octal 247 145 132 0 50 56 43 11 36 62
Binary 10100111 1100101 1011010 0 101000 101110 100011 1001 11110 110010

Color Harmonies of #A7655A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7655A

Black with #A7655A

Text Example


Text Example

White with #A7655A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7655A; }

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

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

background-color css

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

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

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

border-color css

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

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

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