Html Css Color HEX #AF7453 Sante Fe

📋 copy color: '#AF7453'

red 175 ◦ green 116 ◦ blue 83

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

Shades of Sante Fe #AF7453

Tints of Sante Fe #AF7453

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.02%

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

R = 46.79%
G = 31.02%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF7453 (or 0xAF7453) is known color: Sante Fe. HEX triplet: AF, 74 and 53. RGB value is (175,116,83). Sum of RGB (Red+Green+Blue) = 175+116+83=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7453 is #508BAC. Grayscale: #828282. Windows color (decimal): -5278637 or 5469359. OLE color: 5469359.

HSL color Cylindrical-coordinate representation of color #AF7453: hue angle of 21.52º 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 #AF7453 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 116 83 -
CMYK 0 0.34 0.53 0.31
HSL 21.52º 0.37% 0.51% -
HSV(B) 21.52º 0.53% 0.69% -
XYZ 25.49 22.23 11.13 -
YUV 129.88 101.55 160.18 -
System Red Green Blue C M Y K H S L
Decimal 175 116 83 0 0.34 0.53 0.31 21.52 0.37 0.51
Hex AF 74 53 0 22 35 1F 16 25 33
Octal 257 164 123 0 42 65 37 26 45 63
Binary 10101111 1110100 1010011 0 100010 110101 11111 10110 100101 110011

Color Harmonies of #AF7453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7453

Black with #AF7453

Text Example


Text Example

White with #AF7453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7453; }

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

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

background-color css

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

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

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

border-color css

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

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

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