Html Css Color HEX #AF674E Sante Fe

📋 copy color: '#AF674E'

red 175 ◦ green 103 ◦ blue 78

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

Shades of Sante Fe #AF674E

Tints of Sante Fe #AF674E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.91%

R = 49.16%
G = 28.93%
B = 21.91%

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

#AF674E (or 0xAF674E) is known color: Sante Fe. HEX triplet: AF, 67 and 4E. RGB value is (175,103,78). Sum of RGB (Red+Green+Blue) = 175+103+78=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF674E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF674E is #5098B1. Grayscale: #797979. Windows color (decimal): -5281970 or 5138351. OLE color: 5138351.

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

Color convert

RGB 175 103 78 -
CMYK 0 0.41 0.55 0.31
HSL 15.46º 0.38% 0.5% -
HSV(B) 15.46º 0.55% 0.69% -
XYZ 23.9 19.36 9.69 -
YUV 121.68 103.35 166.03 -
System Red Green Blue C M Y K H S L
Decimal 175 103 78 0 0.41 0.55 0.31 15.46 0.38 0.5
Hex AF 67 4E 0 29 37 1F F 26 32
Octal 257 147 116 0 51 67 37 17 46 62
Binary 10101111 1100111 1001110 0 101001 110111 11111 1111 100110 110010

Color Harmonies of #AF674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF674E

Black with #AF674E

Text Example


Text Example

White with #AF674E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF674E; }

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

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

background-color css

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

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

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

border-color css

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

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

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