Html Css Color HEX #AF6254 Sante Fe

📋 copy color: '#AF6254'

red 175 ◦ green 98 ◦ blue 84

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

Shades of Sante Fe #AF6254

Tints of Sante Fe #AF6254

RGB

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

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

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

R = 49.02%
G = 27.45%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF6254 (or 0xAF6254) is known color: Sante Fe. HEX triplet: AF, 62 and 54. RGB value is (175,98,84). Sum of RGB (Red+Green+Blue) = 175+98+84=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6254 is #509DAB. Grayscale: #777777. Windows color (decimal): -5283244 or 5530287. OLE color: 5530287.

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

Color convert

RGB 175 98 84 -
CMYK 0 0.44 0.52 0.31
HSL 9.23º 0.36% 0.51% -
HSV(B) 9.23º 0.52% 0.69% -
XYZ 23.65 18.49 10.71 -
YUV 119.43 108.01 167.64 -
System Red Green Blue C M Y K H S L
Decimal 175 98 84 0 0.44 0.52 0.31 9.23 0.36 0.51
Hex AF 62 54 0 2C 34 1F 9 24 33
Octal 257 142 124 0 54 64 37 11 44 63
Binary 10101111 1100010 1010100 0 101100 110100 11111 1001 100100 110011

Color Harmonies of #AF6254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6254

Black with #AF6254

Text Example


Text Example

White with #AF6254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6254; }

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

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

background-color css

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

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

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

border-color css

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

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

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