Html Css Color HEX #AF6154 Sante Fe

📋 copy color: '#AF6154'

red 175 ◦ green 97 ◦ blue 84

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

Shades of Sante Fe #AF6154

Tints of Sante Fe #AF6154

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.25%

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

R = 49.16%
G = 27.25%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF6154 (or 0xAF6154) is known color: Sante Fe. HEX triplet: AF, 61 and 54. RGB value is (175,97,84). Sum of RGB (Red+Green+Blue) = 175+97+84=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6154 is #509EAB. Grayscale: #767676. Windows color (decimal): -5283500 or 5530031. OLE color: 5530031.

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

Color convert

RGB 175 97 84 -
CMYK 0 0.45 0.52 0.31
HSL 8.57º 0.36% 0.51% -
HSV(B) 8.57º 0.52% 0.69% -
XYZ 23.55 18.3 10.68 -
YUV 118.84 108.34 168.06 -
System Red Green Blue C M Y K H S L
Decimal 175 97 84 0 0.45 0.52 0.31 8.57 0.36 0.51
Hex AF 61 54 0 2D 34 1F 9 24 33
Octal 257 141 124 0 55 64 37 11 44 63
Binary 10101111 1100001 1010100 0 101101 110100 11111 1001 100100 110011

Color Harmonies of #AF6154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6154

Black with #AF6154

Text Example


Text Example

White with #AF6154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6154; }

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

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

background-color css

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

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

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

border-color css

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

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

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