Html Css Color HEX #AF7153 Sante Fe

📋 copy color: '#AF7153'

red 175 ◦ green 113 ◦ blue 83

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

Shades of Sante Fe #AF7153

Tints of Sante Fe #AF7153

RGB

 RED value IS 175 (68.75% from 255) = 47.17%

 GREEN value IS 113 (44.53% from 255) = 30.46%

 BLUE value IS 83 (32.81% from 255) = 22.37%

R = 47.17%
G = 30.46%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF7153 (or 0xAF7153) is known color: Sante Fe. HEX triplet: AF, 71 and 53. RGB value is (175,113,83). Sum of RGB (Red+Green+Blue) = 175+113+83=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7153 is #508EAC. Grayscale: #808080. Windows color (decimal): -5279405 or 5468591. OLE color: 5468591.

HSL color Cylindrical-coordinate representation of color #AF7153: hue angle of 19.57º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF7153 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 113 83 -
CMYK 0 0.35 0.53 0.31
HSL 19.57º 0.37% 0.51% -
HSV(B) 19.57º 0.53% 0.69% -
XYZ 25.15 21.55 11.02 -
YUV 128.12 102.54 161.44 -
System Red Green Blue C M Y K H S L
Decimal 175 113 83 0 0.35 0.53 0.31 19.57 0.37 0.51
Hex AF 71 53 0 23 35 1F 14 25 33
Octal 257 161 123 0 43 65 37 24 45 63
Binary 10101111 1110001 1010011 0 100011 110101 11111 10100 100101 110011

Color Harmonies of #AF7153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7153

Black with #AF7153

Text Example


Text Example

White with #AF7153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7153; }

 p { color: rgb(175,113,83); }

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

background-color css

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

 a { background-color: rgb(175,113,83); }

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

border-color css

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

 span { border-color: rgb(175,113,83); }

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