Html Css Color HEX #AF674F Sante Fe

📋 copy color: '#AF674F'

red 175 ◦ green 103 ◦ blue 79

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

Shades of Sante Fe #AF674F

Tints of Sante Fe #AF674F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.85%

 BLUE value IS 79 (31.25% from 255) = 22.13%

R = 49.02%
G = 28.85%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF674F (or 0xAF674F) is known color: Sante Fe. HEX triplet: AF, 67 and 4F. RGB value is (175,103,79). Sum of RGB (Red+Green+Blue) = 175+103+79=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF674F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF674F is #5098B0. Grayscale: #797979. Windows color (decimal): -5281969 or 5203887. OLE color: 5203887.

HSL color Cylindrical-coordinate representation of color #AF674F: hue angle of 15º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF674F is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 103 79 -
CMYK 0 0.41 0.55 0.31
HSL 15º 0.38% 0.5% -
HSV(B) 15º 0.55% 0.69% -
XYZ 23.94 19.38 9.88 -
YUV 121.79 103.85 165.95 -
System Red Green Blue C M Y K H S L
Decimal 175 103 79 0 0.41 0.55 0.31 15 0.38 0.5
Hex AF 67 4F 0 29 37 1F F 26 32
Octal 257 147 117 0 51 67 37 17 46 62
Binary 10101111 1100111 1001111 0 101001 110111 11111 1111 100110 110010

Color Harmonies of #AF674F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF674F

Black with #AF674F

Text Example


Text Example

White with #AF674F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF674F; }

 p { color: rgb(175,103,79); }

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

background-color css

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

 a { background-color: rgb(175,103,79); }

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

border-color css

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

 span { border-color: rgb(175,103,79); }

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