Html Css Color HEX #A26753 Au Chico

📋 copy color: '#A26753'

red 162 ◦ green 103 ◦ blue 83

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

Shades of Au Chico #A26753

Tints of Au Chico #A26753

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.6%

 BLUE value IS 83 (32.81% from 255) = 23.85%

R = 46.55%
G = 29.6%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A26753 (or 0xA26753) is known color: Au Chico. HEX triplet: A2, 67 and 53. RGB value is (162,103,83). Sum of RGB (Red+Green+Blue) = 162+103+83=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A26753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26753 is #5D98AC. Grayscale: #767676. Windows color (decimal): -6133933 or 5466018. OLE color: 5466018.

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

Color convert

RGB 162 103 83 -
CMYK 0 0.36 0.49 0.36
HSL 15.19º 0.32% 0.48% -
HSV(B) 15.19º 0.49% 0.64% -
XYZ 21.31 18.01 10.54 -
YUV 118.36 108.05 159.13 -
System Red Green Blue C M Y K H S L
Decimal 162 103 83 0 0.36 0.49 0.36 15.19 0.32 0.48
Hex A2 67 53 0 24 31 24 F 20 30
Octal 242 147 123 0 44 61 44 17 40 60
Binary 10100010 1100111 1010011 0 100100 110001 100100 1111 100000 110000

Color Harmonies of #A26753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26753

Black with #A26753

Text Example


Text Example

White with #A26753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26753; }

 p { color: rgb(162,103,83); }

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

background-color css

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

 a { background-color: rgb(162,103,83); }

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

border-color css

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

 span { border-color: rgb(162,103,83); }

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