Html Css Color HEX #AF7455 Sante Fe

📋 copy color: '#AF7455'

red 175 ◦ green 116 ◦ blue 85

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

Shades of Sante Fe #AF7455

Tints of Sante Fe #AF7455

RGB

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

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

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

R = 46.54%
G = 30.85%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF7455 (or 0xAF7455) is known color: Sante Fe. HEX triplet: AF, 74 and 55. RGB value is (175,116,85). Sum of RGB (Red+Green+Blue) = 175+116+85=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7455 is #508BAA. Grayscale: #828282. Windows color (decimal): -5278635 or 5600431. OLE color: 5600431.

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

Color convert

RGB 175 116 85 -
CMYK 0 0.34 0.51 0.31
HSL 20.67º 0.36% 0.51% -
HSV(B) 20.67º 0.51% 0.69% -
XYZ 25.56 22.26 11.54 -
YUV 130.11 102.55 160.02 -
System Red Green Blue C M Y K H S L
Decimal 175 116 85 0 0.34 0.51 0.31 20.67 0.36 0.51
Hex AF 74 55 0 22 33 1F 15 24 33
Octal 257 164 125 0 42 63 37 25 44 63
Binary 10101111 1110100 1010101 0 100010 110011 11111 10101 100100 110011

Color Harmonies of #AF7455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7455

Black with #AF7455

Text Example


Text Example

White with #AF7455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7455; }

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

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

background-color css

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

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

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

border-color css

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

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

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