Html Css Color HEX #AB645B Au Chico

📋 copy color: '#AB645B'

red 171 ◦ green 100 ◦ blue 91

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

Shades of Au Chico #AB645B

Tints of Au Chico #AB645B

RGB

 RED value IS 171 (67.19% from 255) = 47.24%

 GREEN value IS 100 (39.45% from 255) = 27.62%

 BLUE value IS 91 (35.94% from 255) = 25.14%

R = 47.24%
G = 27.62%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB645B (or 0xAB645B) is known color: Au Chico. HEX triplet: AB, 64 and 5B. RGB value is (171,100,91). Sum of RGB (Red+Green+Blue) = 171+100+91=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB645B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB645B is #549BA4. Grayscale: #787878. Windows color (decimal): -5544869 or 5989547. OLE color: 5989547.

HSL color Cylindrical-coordinate representation of color #AB645B: hue angle of 6.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB645B is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 100 91 -
CMYK 0 0.42 0.47 0.33
HSL 6.75º 0.32% 0.51% -
HSV(B) 6.75º 0.47% 0.67% -
XYZ 23.24 18.53 12.25 -
YUV 120.2 111.52 164.23 -
System Red Green Blue C M Y K H S L
Decimal 171 100 91 0 0.42 0.47 0.33 6.75 0.32 0.51
Hex AB 64 5B 0 2A 2F 21 7 20 33
Octal 253 144 133 0 52 57 41 7 40 63
Binary 10101011 1100100 1011011 0 101010 101111 100001 111 100000 110011

Color Harmonies of #AB645B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB645B

Black with #AB645B

Text Example


Text Example

White with #AB645B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB645B; }

 p { color: rgb(171,100,91); }

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

background-color css

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

 a { background-color: rgb(171,100,91); }

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

border-color css

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

 span { border-color: rgb(171,100,91); }

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