Html Css Color HEX #AB674C Sante Fe

📋 copy color: '#AB674C'

red 171 ◦ green 103 ◦ blue 76

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

Shades of Sante Fe #AB674C

Tints of Sante Fe #AB674C

RGB

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

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

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

R = 48.86%
G = 29.43%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB674C (or 0xAB674C) is known color: Sante Fe. HEX triplet: AB, 67 and 4C. RGB value is (171,103,76). Sum of RGB (Red+Green+Blue) = 171+103+76=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB674C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB674C is #5498B3. Grayscale: #787878. Windows color (decimal): -5544116 or 5007275. OLE color: 5007275.

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

Color convert

RGB 171 103 76 -
CMYK 0 0.40 0.56 0.33
HSL 17.05º 0.38% 0.48% -
HSV(B) 17.05º 0.56% 0.67% -
XYZ 22.95 18.88 9.27 -
YUV 120.25 103.03 164.2 -
System Red Green Blue C M Y K H S L
Decimal 171 103 76 0 0.40 0.56 0.33 17.05 0.38 0.48
Hex AB 67 4C 0 28 38 21 11 26 30
Octal 253 147 114 0 50 70 41 21 46 60
Binary 10101011 1100111 1001100 0 101000 111000 100001 10001 100110 110000

Color Harmonies of #AB674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB674C

Black with #AB674C

Text Example


Text Example

White with #AB674C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB674C; }

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

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

background-color css

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

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

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

border-color css

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

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

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