Html Css Color HEX #AF6B5A Sante Fe

📋 copy color: '#AF6B5A'

red 175 ◦ green 107 ◦ blue 90

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

Shades of Sante Fe #AF6B5A

Tints of Sante Fe #AF6B5A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.76%

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

R = 47.04%
G = 28.76%
B = 24.19%

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

#AF6B5A (or 0xAF6B5A) is known color: Sante Fe. HEX triplet: AF, 6B and 5A. RGB value is (175,107,90). Sum of RGB (Red+Green+Blue) = 175+107+90=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6B5A is #5094A5. Grayscale: #7D7D7D. Windows color (decimal): -5280934 or 5925807. OLE color: 5925807.

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

Color convert

RGB 175 107 90 -
CMYK 0 0.39 0.49 0.31
HSL 12º 0.35% 0.52% -
HSV(B) 12º 0.49% 0.69% -
XYZ 24.78 20.37 12.3 -
YUV 125.39 108.03 163.38 -
System Red Green Blue C M Y K H S L
Decimal 175 107 90 0 0.39 0.49 0.31 12 0.35 0.52
Hex AF 6B 5A 0 27 31 1F C 23 34
Octal 257 153 132 0 47 61 37 14 43 64
Binary 10101111 1101011 1011010 0 100111 110001 11111 1100 100011 110100

Color Harmonies of #AF6B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6B5A

Black with #AF6B5A

Text Example


Text Example

White with #AF6B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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