Html Css Color HEX #AF7255 Sante Fe

📋 copy color: '#AF7255'

red 175 ◦ green 114 ◦ blue 85

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

Shades of Sante Fe #AF7255

Tints of Sante Fe #AF7255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.73%

R = 46.79%
G = 30.48%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF7255 (or 0xAF7255) is known color: Sante Fe. HEX triplet: AF, 72 and 55. RGB value is (175,114,85). Sum of RGB (Red+Green+Blue) = 175+114+85=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7255 is #508DAA. Grayscale: #818181. Windows color (decimal): -5279147 or 5599919. OLE color: 5599919.

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

Color convert

RGB 175 114 85 -
CMYK 0 0.35 0.51 0.31
HSL 19.33º 0.36% 0.51% -
HSV(B) 19.33º 0.51% 0.69% -
XYZ 25.34 21.8 11.47 -
YUV 128.93 103.21 160.86 -
System Red Green Blue C M Y K H S L
Decimal 175 114 85 0 0.35 0.51 0.31 19.33 0.36 0.51
Hex AF 72 55 0 23 33 1F 13 24 33
Octal 257 162 125 0 43 63 37 23 44 63
Binary 10101111 1110010 1010101 0 100011 110011 11111 10011 100100 110011

Color Harmonies of #AF7255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7255

Black with #AF7255

Text Example


Text Example

White with #AF7255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7255; }

 p { color: rgb(175,114,85); }

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

background-color css

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

 a { background-color: rgb(175,114,85); }

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

border-color css

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

 span { border-color: rgb(175,114,85); }

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