Html Css Color HEX #AF7652 Sante Fe

📋 copy color: '#AF7652'

red 175 ◦ green 118 ◦ blue 82

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

Shades of Sante Fe #AF7652

Tints of Sante Fe #AF7652

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.47%

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

R = 46.67%
G = 31.47%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF7652 (or 0xAF7652) is known color: Sante Fe. HEX triplet: AF, 76 and 52. RGB value is (175,118,82). Sum of RGB (Red+Green+Blue) = 175+118+82=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7652 is #5089AD. Grayscale: #838383. Windows color (decimal): -5278126 or 5404335. OLE color: 5404335.

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

Color convert

RGB 175 118 82 -
CMYK 0 0.33 0.53 0.31
HSL 23.23º 0.37% 0.5% -
HSV(B) 23.23º 0.53% 0.69% -
XYZ 25.68 22.68 11.01 -
YUV 130.94 100.38 159.43 -
System Red Green Blue C M Y K H S L
Decimal 175 118 82 0 0.33 0.53 0.31 23.23 0.37 0.5
Hex AF 76 52 0 21 35 1F 17 25 32
Octal 257 166 122 0 41 65 37 27 45 62
Binary 10101111 1110110 1010010 0 100001 110101 11111 10111 100101 110010

Color Harmonies of #AF7652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7652

Black with #AF7652

Text Example


Text Example

White with #AF7652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7652; }

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

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

background-color css

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

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

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

border-color css

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

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

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