Html Css Color HEX #AB674F Sante Fe

📋 copy color: '#AB674F'

red 171 ◦ green 103 ◦ blue 79

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

Shades of Sante Fe #AB674F

Tints of Sante Fe #AB674F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.18%

 BLUE value IS 79 (31.25% from 255) = 22.38%

R = 48.44%
G = 29.18%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB674F (or 0xAB674F) is known color: Sante Fe. HEX triplet: AB, 67 and 4F. RGB value is (171,103,79). Sum of RGB (Red+Green+Blue) = 171+103+79=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB674F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB674F is #5498B0. Grayscale: #787878. Windows color (decimal): -5544113 or 5203883. OLE color: 5203883.

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

Color convert

RGB 171 103 79 -
CMYK 0 0.40 0.54 0.33
HSL 15.65º 0.37% 0.49% -
HSV(B) 15.65º 0.54% 0.67% -
XYZ 23.06 18.92 9.83 -
YUV 120.6 104.53 163.95 -
System Red Green Blue C M Y K H S L
Decimal 171 103 79 0 0.40 0.54 0.33 15.65 0.37 0.49
Hex AB 67 4F 0 28 36 21 10 25 31
Octal 253 147 117 0 50 66 41 20 45 61
Binary 10101011 1100111 1001111 0 101000 110110 100001 10000 100101 110001

Color Harmonies of #AB674F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB674F

Black with #AB674F

Text Example


Text Example

White with #AB674F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB674F; }

 p { color: rgb(171,103,79); }

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

background-color css

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

 a { background-color: rgb(171,103,79); }

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

border-color css

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

 span { border-color: rgb(171,103,79); }

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