Html Css Color HEX #AB654B Sante Fe

📋 copy color: '#AB654B'

red 171 ◦ green 101 ◦ blue 75

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

Shades of Sante Fe #AB654B

Tints of Sante Fe #AB654B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.11%

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

R = 49.28%
G = 29.11%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB654B (or 0xAB654B) is known color: Sante Fe. HEX triplet: AB, 65 and 4B. RGB value is (171,101,75). Sum of RGB (Red+Green+Blue) = 171+101+75=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB654B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB654B is #549AB4. Grayscale: #777777. Windows color (decimal): -5544629 or 4941227. OLE color: 4941227.

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

Color convert

RGB 171 101 75 -
CMYK 0 0.41 0.56 0.33
HSL 16.25º 0.39% 0.48% -
HSV(B) 16.25º 0.56% 0.67% -
XYZ 22.72 18.47 9.02 -
YUV 118.97 103.19 165.11 -
System Red Green Blue C M Y K H S L
Decimal 171 101 75 0 0.41 0.56 0.33 16.25 0.39 0.48
Hex AB 65 4B 0 29 38 21 10 27 30
Octal 253 145 113 0 51 70 41 20 47 60
Binary 10101011 1100101 1001011 0 101001 111000 100001 10000 100111 110000

Color Harmonies of #AB654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB654B

Black with #AB654B

Text Example


Text Example

White with #AB654B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB654B; }

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

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

background-color css

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

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

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

border-color css

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

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

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