Html Css Color HEX #AF6952 Sante Fe

📋 copy color: '#AF6952'

red 175 ◦ green 105 ◦ blue 82

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

Shades of Sante Fe #AF6952

Tints of Sante Fe #AF6952

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.01%

 BLUE value IS 82 (32.42% from 255) = 22.65%

R = 48.34%
G = 29.01%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF6952 (or 0xAF6952) is known color: Sante Fe. HEX triplet: AF, 69 and 52. RGB value is (175,105,82). Sum of RGB (Red+Green+Blue) = 175+105+82=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6952 is #5096AD. Grayscale: #7B7B7B. Windows color (decimal): -5281454 or 5401007. OLE color: 5401007.

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

Color convert

RGB 175 105 82 -
CMYK 0 0.40 0.53 0.31
HSL 14.84º 0.37% 0.5% -
HSV(B) 14.84º 0.53% 0.69% -
XYZ 24.25 19.83 10.53 -
YUV 123.31 104.69 164.87 -
System Red Green Blue C M Y K H S L
Decimal 175 105 82 0 0.40 0.53 0.31 14.84 0.37 0.5
Hex AF 69 52 0 28 35 1F F 25 32
Octal 257 151 122 0 50 65 37 17 45 62
Binary 10101111 1101001 1010010 0 101000 110101 11111 1111 100101 110010

Color Harmonies of #AF6952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6952

Black with #AF6952

Text Example


Text Example

White with #AF6952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6952; }

 p { color: rgb(175,105,82); }

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

background-color css

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

 a { background-color: rgb(175,105,82); }

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

border-color css

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

 span { border-color: rgb(175,105,82); }

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