Html Css Color HEX #AB725A Sante Fe

📋 copy color: '#AB725A'

red 171 ◦ green 114 ◦ blue 90

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

Shades of Sante Fe #AB725A

Tints of Sante Fe #AB725A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.4%

 BLUE value IS 90 (35.55% from 255) = 24%

R = 45.6%
G = 30.4%
B = 24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB725A (or 0xAB725A) is known color: Sante Fe. HEX triplet: AB, 72 and 5A. RGB value is (171,114,90). Sum of RGB (Red+Green+Blue) = 171+114+90=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB725A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB725A is #548DA5. Grayscale: #808080. Windows color (decimal): -5541286 or 5927595. OLE color: 5927595.

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

Color convert

RGB 171 114 90 -
CMYK 0 0.33 0.47 0.33
HSL 17.78º 0.33% 0.51% -
HSV(B) 17.78º 0.47% 0.67% -
XYZ 24.66 21.43 12.51 -
YUV 128.31 106.38 158.45 -
System Red Green Blue C M Y K H S L
Decimal 171 114 90 0 0.33 0.47 0.33 17.78 0.33 0.51
Hex AB 72 5A 0 21 2F 21 12 21 33
Octal 253 162 132 0 41 57 41 22 41 63
Binary 10101011 1110010 1011010 0 100001 101111 100001 10010 100001 110011

Color Harmonies of #AB725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB725A

Black with #AB725A

Text Example


Text Example

White with #AB725A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB725A; }

 p { color: rgb(171,114,90); }

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

background-color css

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

 a { background-color: rgb(171,114,90); }

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

border-color css

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

 span { border-color: rgb(171,114,90); }

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