Html Css Color HEX #AB644B Sante Fe

📋 copy color: '#AB644B'

red 171 ◦ green 100 ◦ blue 75

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

Shades of Sante Fe #AB644B

Tints of Sante Fe #AB644B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.68%

R = 49.42%
G = 28.9%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB644B (or 0xAB644B) is known color: Sante Fe. HEX triplet: AB, 64 and 4B. RGB value is (171,100,75). Sum of RGB (Red+Green+Blue) = 171+100+75=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB644B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB644B is #549BB4. Grayscale: #767676. Windows color (decimal): -5544885 or 4940971. OLE color: 4940971.

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

Color convert

RGB 171 100 75 -
CMYK 0 0.42 0.56 0.33
HSL 15.63º 0.39% 0.48% -
HSV(B) 15.63º 0.56% 0.67% -
XYZ 22.62 18.28 8.99 -
YUV 118.38 103.52 165.53 -
System Red Green Blue C M Y K H S L
Decimal 171 100 75 0 0.42 0.56 0.33 15.63 0.39 0.48
Hex AB 64 4B 0 2A 38 21 10 27 30
Octal 253 144 113 0 52 70 41 20 47 60
Binary 10101011 1100100 1001011 0 101010 111000 100001 10000 100111 110000

Color Harmonies of #AB644B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB644B

Black with #AB644B

Text Example


Text Example

White with #AB644B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB644B; }

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

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

background-color css

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

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

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

border-color css

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

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

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