Html Css Color HEX #A4665A Au Chico

📋 copy color: '#A4665A'

red 164 ◦ green 102 ◦ blue 90

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

Shades of Au Chico #A4665A

Tints of Au Chico #A4665A

RGB

 RED value IS 164 (64.45% from 255) = 46.07%

 GREEN value IS 102 (40.23% from 255) = 28.65%

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

R = 46.07%
G = 28.65%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A4665A (or 0xA4665A) is known color: Au Chico. HEX triplet: A4, 66 and 5A. RGB value is (164,102,90). Sum of RGB (Red+Green+Blue) = 164+102+90=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A4665A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4665A is #5B99A5. Grayscale: #777777. Windows color (decimal): -6003110 or 5924516. OLE color: 5924516.

HSL color Cylindrical-coordinate representation of color #A4665A: hue angle of 9.73º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A4665A is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 102 90 -
CMYK 0 0.38 0.45 0.36
HSL 9.73º 0.29% 0.5% -
HSV(B) 9.73º 0.45% 0.64% -
XYZ 21.91 18.13 12.02 -
YUV 119.17 111.54 159.98 -
System Red Green Blue C M Y K H S L
Decimal 164 102 90 0 0.38 0.45 0.36 9.73 0.29 0.5
Hex A4 66 5A 0 26 2D 24 A 1D 32
Octal 244 146 132 0 46 55 44 12 35 62
Binary 10100100 1100110 1011010 0 100110 101101 100100 1010 11101 110010

Color Harmonies of #A4665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4665A

Black with #A4665A

Text Example


Text Example

White with #A4665A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4665A; }

 p { color: rgb(164,102,90); }

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

background-color css

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

 a { background-color: rgb(164,102,90); }

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

border-color css

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

 span { border-color: rgb(164,102,90); }

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