Html Css Color HEX #AF6A5A Sante Fe

📋 copy color: '#AF6A5A'

red 175 ◦ green 106 ◦ blue 90

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

Shades of Sante Fe #AF6A5A

Tints of Sante Fe #AF6A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.26%

R = 47.17%
G = 28.57%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF6A5A (or 0xAF6A5A) is known color: Sante Fe. HEX triplet: AF, 6A and 5A. RGB value is (175,106,90). Sum of RGB (Red+Green+Blue) = 175+106+90=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A5A is #5095A5. Grayscale: #7C7C7C. Windows color (decimal): -5281190 or 5925551. OLE color: 5925551.

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

Color convert

RGB 175 106 90 -
CMYK 0 0.39 0.49 0.31
HSL 11.29º 0.35% 0.52% -
HSV(B) 11.29º 0.49% 0.69% -
XYZ 24.68 20.16 12.26 -
YUV 124.81 108.36 163.8 -
System Red Green Blue C M Y K H S L
Decimal 175 106 90 0 0.39 0.49 0.31 11.29 0.35 0.52
Hex AF 6A 5A 0 27 31 1F B 23 34
Octal 257 152 132 0 47 61 37 13 43 64
Binary 10101111 1101010 1011010 0 100111 110001 11111 1011 100011 110100

Color Harmonies of #AF6A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6A5A

Black with #AF6A5A

Text Example


Text Example

White with #AF6A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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