Html Css Color HEX #AF7454 Sante Fe

📋 copy color: '#AF7454'

red 175 ◦ green 116 ◦ blue 84

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

Shades of Sante Fe #AF7454

Tints of Sante Fe #AF7454

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.93%

 BLUE value IS 84 (33.2% from 255) = 22.4%

R = 46.67%
G = 30.93%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF7454 (or 0xAF7454) is known color: Sante Fe. HEX triplet: AF, 74 and 54. RGB value is (175,116,84). Sum of RGB (Red+Green+Blue) = 175+116+84=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7454 is #508BAB. Grayscale: #828282. Windows color (decimal): -5278636 or 5534895. OLE color: 5534895.

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

Color convert

RGB 175 116 84 -
CMYK 0 0.34 0.52 0.31
HSL 21.1º 0.36% 0.51% -
HSV(B) 21.1º 0.52% 0.69% -
XYZ 25.52 22.24 11.34 -
YUV 129.99 102.05 160.1 -
System Red Green Blue C M Y K H S L
Decimal 175 116 84 0 0.34 0.52 0.31 21.1 0.36 0.51
Hex AF 74 54 0 22 34 1F 15 24 33
Octal 257 164 124 0 42 64 37 25 44 63
Binary 10101111 1110100 1010100 0 100010 110100 11111 10101 100100 110011

Color Harmonies of #AF7454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7454

Black with #AF7454

Text Example


Text Example

White with #AF7454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7454; }

 p { color: rgb(175,116,84); }

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

background-color css

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

 a { background-color: rgb(175,116,84); }

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

border-color css

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

 span { border-color: rgb(175,116,84); }

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