Html Css Color HEX #AF725C Sante Fe

📋 copy color: '#AF725C'

red 175 ◦ green 114 ◦ blue 92

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

Shades of Sante Fe #AF725C

Tints of Sante Fe #AF725C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.92%

 BLUE value IS 92 (36.33% from 255) = 24.15%

R = 45.93%
G = 29.92%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF725C (or 0xAF725C) is known color: Sante Fe. HEX triplet: AF, 72 and 5C. RGB value is (175,114,92). Sum of RGB (Red+Green+Blue) = 175+114+92=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF725C is #508DA3. Grayscale: #818181. Windows color (decimal): -5279140 or 6058671. OLE color: 6058671.

HSL color Cylindrical-coordinate representation of color #AF725C: hue angle of 15.9º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF725C is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 114 92 -
CMYK 0 0.35 0.47 0.31
HSL 15.9º 0.34% 0.52% -
HSV(B) 15.9º 0.47% 0.69% -
XYZ 25.63 21.92 13.01 -
YUV 129.73 106.71 160.29 -
System Red Green Blue C M Y K H S L
Decimal 175 114 92 0 0.35 0.47 0.31 15.9 0.34 0.52
Hex AF 72 5C 0 23 2F 1F 10 22 34
Octal 257 162 134 0 43 57 37 20 42 64
Binary 10101111 1110010 1011100 0 100011 101111 11111 10000 100010 110100

Color Harmonies of #AF725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF725C

Black with #AF725C

Text Example


Text Example

White with #AF725C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF725C; }

 p { color: rgb(175,114,92); }

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

background-color css

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

 a { background-color: rgb(175,114,92); }

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

border-color css

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

 span { border-color: rgb(175,114,92); }

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