Html Css Color HEX #AF745B Sante Fe

📋 copy color: '#AF745B'

red 175 ◦ green 116 ◦ blue 91

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

Shades of Sante Fe #AF745B

Tints of Sante Fe #AF745B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.37%

 BLUE value IS 91 (35.94% from 255) = 23.82%

R = 45.81%
G = 30.37%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF745B (or 0xAF745B) is known color: Sante Fe. HEX triplet: AF, 74 and 5B. RGB value is (175,116,91). Sum of RGB (Red+Green+Blue) = 175+116+91=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF745B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF745B is #508BA4. Grayscale: #828282. Windows color (decimal): -5278629 or 5993647. OLE color: 5993647.

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

Color convert

RGB 175 116 91 -
CMYK 0 0.34 0.48 0.31
HSL 17.86º 0.34% 0.52% -
HSV(B) 17.86º 0.48% 0.69% -
XYZ 25.81 22.36 12.85 -
YUV 130.79 105.55 159.53 -
System Red Green Blue C M Y K H S L
Decimal 175 116 91 0 0.34 0.48 0.31 17.86 0.34 0.52
Hex AF 74 5B 0 22 30 1F 12 22 34
Octal 257 164 133 0 42 60 37 22 42 64
Binary 10101111 1110100 1011011 0 100010 110000 11111 10010 100010 110100

Color Harmonies of #AF745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF745B

Black with #AF745B

Text Example


Text Example

White with #AF745B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF745B; }

 p { color: rgb(175,116,91); }

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

background-color css

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

 a { background-color: rgb(175,116,91); }

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

border-color css

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

 span { border-color: rgb(175,116,91); }

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