Html Css Color HEX #AF6652 Sante Fe

📋 copy color: '#AF6652'

red 175 ◦ green 102 ◦ blue 82

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

Shades of Sante Fe #AF6652

Tints of Sante Fe #AF6652

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.41%

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

R = 48.75%
G = 28.41%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF6652 (or 0xAF6652) is known color: Sante Fe. HEX triplet: AF, 66 and 52. RGB value is (175,102,82). Sum of RGB (Red+Green+Blue) = 175+102+82=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6652 is #5099AD. Grayscale: #797979. Windows color (decimal): -5282222 or 5400239. OLE color: 5400239.

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

Color convert

RGB 175 102 82 -
CMYK 0 0.42 0.53 0.31
HSL 12.9º 0.37% 0.5% -
HSV(B) 12.9º 0.53% 0.69% -
XYZ 23.95 19.23 10.43 -
YUV 121.55 105.68 166.13 -
System Red Green Blue C M Y K H S L
Decimal 175 102 82 0 0.42 0.53 0.31 12.9 0.37 0.5
Hex AF 66 52 0 2A 35 1F D 25 32
Octal 257 146 122 0 52 65 37 15 45 62
Binary 10101111 1100110 1010010 0 101010 110101 11111 1101 100101 110010

Color Harmonies of #AF6652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6652

Black with #AF6652

Text Example


Text Example

White with #AF6652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6652; }

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

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

background-color css

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

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

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

border-color css

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

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

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