Html Css Color HEX #AB6948 Sante Fe

📋 copy color: '#AB6948'

red 171 ◦ green 105 ◦ blue 72

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

Shades of Sante Fe #AB6948

Tints of Sante Fe #AB6948

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.17%

 BLUE value IS 72 (28.52% from 255) = 20.69%

R = 49.14%
G = 30.17%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB6948 (or 0xAB6948) is known color: Sante Fe. HEX triplet: AB, 69 and 48. RGB value is (171,105,72). Sum of RGB (Red+Green+Blue) = 171+105+72=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6948 is #5496B7. Grayscale: #797979. Windows color (decimal): -5543608 or 4745643. OLE color: 4745643.

HSL color Cylindrical-coordinate representation of color #AB6948: hue angle of 20º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB6948 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 105 72 -
CMYK 0 0.39 0.58 0.33
HSL 20º 0.41% 0.48% -
HSV(B) 20º 0.58% 0.67% -
XYZ 23.02 19.23 8.63 -
YUV 120.97 100.37 163.68 -
System Red Green Blue C M Y K H S L
Decimal 171 105 72 0 0.39 0.58 0.33 20 0.41 0.48
Hex AB 69 48 0 27 3A 21 14 29 30
Octal 253 151 110 0 47 72 41 24 51 60
Binary 10101011 1101001 1001000 0 100111 111010 100001 10100 101001 110000

Color Harmonies of #AB6948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6948

Black with #AB6948

Text Example


Text Example

White with #AB6948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6948; }

 p { color: rgb(171,105,72); }

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

background-color css

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

 a { background-color: rgb(171,105,72); }

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

border-color css

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

 span { border-color: rgb(171,105,72); }

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