Html Css Color HEX #AF7354 Sante Fe

📋 copy color: '#AF7354'

red 175 ◦ green 115 ◦ blue 84

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

Shades of Sante Fe #AF7354

Tints of Sante Fe #AF7354

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.75%

 BLUE value IS 84 (33.2% from 255) = 22.46%

R = 46.79%
G = 30.75%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF7354 (or 0xAF7354) is known color: Sante Fe. HEX triplet: AF, 73 and 54. RGB value is (175,115,84). Sum of RGB (Red+Green+Blue) = 175+115+84=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7354 is #508CAB. Grayscale: #818181. Windows color (decimal): -5278892 or 5534639. OLE color: 5534639.

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

Color convert

RGB 175 115 84 -
CMYK 0 0.34 0.52 0.31
HSL 20.44º 0.36% 0.51% -
HSV(B) 20.44º 0.52% 0.69% -
XYZ 25.41 22.02 11.3 -
YUV 129.41 102.38 160.52 -
System Red Green Blue C M Y K H S L
Decimal 175 115 84 0 0.34 0.52 0.31 20.44 0.36 0.51
Hex AF 73 54 0 22 34 1F 14 24 33
Octal 257 163 124 0 42 64 37 24 44 63
Binary 10101111 1110011 1010100 0 100010 110100 11111 10100 100100 110011

Color Harmonies of #AF7354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7354

Black with #AF7354

Text Example


Text Example

White with #AF7354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7354; }

 p { color: rgb(175,115,84); }

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

background-color css

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

 a { background-color: rgb(175,115,84); }

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

border-color css

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

 span { border-color: rgb(175,115,84); }

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