Html Css Color HEX #AC6251 Sante Fe

📋 copy color: '#AC6251'

red 172 ◦ green 98 ◦ blue 81

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

Shades of Sante Fe #AC6251

Tints of Sante Fe #AC6251

RGB

 RED value IS 172 (67.58% from 255) = 49%

 GREEN value IS 98 (38.67% from 255) = 27.92%

 BLUE value IS 81 (32.03% from 255) = 23.08%

R = 49%
G = 27.92%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC6251 (or 0xAC6251) is known color: Sante Fe. HEX triplet: AC, 62 and 51. RGB value is (172,98,81). Sum of RGB (Red+Green+Blue) = 172+98+81=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6251 is #539DAE. Grayscale: #767676. Windows color (decimal): -5479855 or 5333676. OLE color: 5333676.

HSL color Cylindrical-coordinate representation of color #AC6251: hue angle of 11.21º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC6251 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 98 81 -
CMYK 0 0.43 0.53 0.33
HSL 11.21º 0.36% 0.5% -
HSV(B) 11.21º 0.53% 0.67% -
XYZ 22.87 18.1 10.07 -
YUV 118.19 107.02 166.38 -
System Red Green Blue C M Y K H S L
Decimal 172 98 81 0 0.43 0.53 0.33 11.21 0.36 0.5
Hex AC 62 51 0 2B 35 21 B 24 32
Octal 254 142 121 0 53 65 41 13 44 62
Binary 10101100 1100010 1010001 0 101011 110101 100001 1011 100100 110010

Color Harmonies of #AC6251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6251

Black with #AC6251

Text Example


Text Example

White with #AC6251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6251; }

 p { color: rgb(172,98,81); }

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

background-color css

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

 a { background-color: rgb(172,98,81); }

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

border-color css

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

 span { border-color: rgb(172,98,81); }

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