Html Css Color HEX #AB634C Sante Fe

📋 copy color: '#AB634C'

red 171 ◦ green 99 ◦ blue 76

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

Shades of Sante Fe #AB634C

Tints of Sante Fe #AB634C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.61%

 BLUE value IS 76 (30.08% from 255) = 21.97%

R = 49.42%
G = 28.61%
B = 21.97%

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

#AB634C (or 0xAB634C) is known color: Sante Fe. HEX triplet: AB, 63 and 4C. RGB value is (171,99,76). Sum of RGB (Red+Green+Blue) = 171+99+76=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB634C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB634C is #549CB3. Grayscale: #767676. Windows color (decimal): -5545140 or 5006251. OLE color: 5006251.

HSL color Cylindrical-coordinate representation of color #AB634C: hue angle of 14.53º degrees, saturation: 0.38, 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 #AB634C is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 99 76 -
CMYK 0 0.42 0.56 0.33
HSL 14.53º 0.38% 0.48% -
HSV(B) 14.53º 0.56% 0.67% -
XYZ 22.56 18.1 9.14 -
YUV 117.91 104.35 165.87 -
System Red Green Blue C M Y K H S L
Decimal 171 99 76 0 0.42 0.56 0.33 14.53 0.38 0.48
Hex AB 63 4C 0 2A 38 21 F 26 30
Octal 253 143 114 0 52 70 41 17 46 60
Binary 10101011 1100011 1001100 0 101010 111000 100001 1111 100110 110000

Color Harmonies of #AB634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB634C

Black with #AB634C

Text Example


Text Example

White with #AB634C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB634C; }

 p { color: rgb(171,99,76); }

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

background-color css

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

 a { background-color: rgb(171,99,76); }

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

border-color css

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

 span { border-color: rgb(171,99,76); }

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