Html Css Color HEX #AB624D Sante Fe

📋 copy color: '#AB624D'

red 171 ◦ green 98 ◦ blue 77

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

Shades of Sante Fe #AB624D

Tints of Sante Fe #AB624D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.32%

 BLUE value IS 77 (30.47% from 255) = 22.25%

R = 49.42%
G = 28.32%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AB624D (or 0xAB624D) is known color: Sante Fe. HEX triplet: AB, 62 and 4D. RGB value is (171,98,77). Sum of RGB (Red+Green+Blue) = 171+98+77=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB624D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB624D is #549DB2. Grayscale: #757575. Windows color (decimal): -5545395 or 5071531. OLE color: 5071531.

HSL color Cylindrical-coordinate representation of color #AB624D: hue angle of 13.4º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB624D is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 98 77 -
CMYK 0 0.43 0.55 0.33
HSL 13.4º 0.38% 0.49% -
HSV(B) 13.4º 0.55% 0.67% -
XYZ 22.5 17.93 9.3 -
YUV 117.43 105.18 166.21 -
System Red Green Blue C M Y K H S L
Decimal 171 98 77 0 0.43 0.55 0.33 13.4 0.38 0.49
Hex AB 62 4D 0 2B 37 21 D 26 31
Octal 253 142 115 0 53 67 41 15 46 61
Binary 10101011 1100010 1001101 0 101011 110111 100001 1101 100110 110001

Color Harmonies of #AB624D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB624D

Black with #AB624D

Text Example


Text Example

White with #AB624D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB624D; }

 p { color: rgb(171,98,77); }

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

background-color css

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

 a { background-color: rgb(171,98,77); }

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

border-color css

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

 span { border-color: rgb(171,98,77); }

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