Html Css Color HEX #AF6A58 Sante Fe

📋 copy color: '#AF6A58'

red 175 ◦ green 106 ◦ blue 88

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

Shades of Sante Fe #AF6A58

Tints of Sante Fe #AF6A58

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.73%

 BLUE value IS 88 (34.77% from 255) = 23.85%

R = 47.43%
G = 28.73%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF6A58 (or 0xAF6A58) is known color: Sante Fe. HEX triplet: AF, 6A and 58. RGB value is (175,106,88). Sum of RGB (Red+Green+Blue) = 175+106+88=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A58 is #5095A7. Grayscale: #7C7C7C. Windows color (decimal): -5281192 or 5794479. OLE color: 5794479.

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

Color convert

RGB 175 106 88 -
CMYK 0 0.39 0.50 0.31
HSL 12.41º 0.35% 0.52% -
HSV(B) 12.41º 0.5% 0.69% -
XYZ 24.59 20.13 11.82 -
YUV 124.58 107.36 163.96 -
System Red Green Blue C M Y K H S L
Decimal 175 106 88 0 0.39 0.50 0.31 12.41 0.35 0.52
Hex AF 6A 58 0 27 32 1F C 23 34
Octal 257 152 130 0 47 62 37 14 43 64
Binary 10101111 1101010 1011000 0 100111 110010 11111 1100 100011 110100

Color Harmonies of #AF6A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6A58

Black with #AF6A58

Text Example


Text Example

White with #AF6A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6A58; }

 p { color: rgb(175,106,88); }

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

background-color css

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

 a { background-color: rgb(175,106,88); }

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

border-color css

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

 span { border-color: rgb(175,106,88); }

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