Html Css Color HEX #AF654D Sante Fe

📋 copy color: '#AF654D'

red 175 ◦ green 101 ◦ blue 77

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

Shades of Sante Fe #AF654D

Tints of Sante Fe #AF654D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.61%

 BLUE value IS 77 (30.47% from 255) = 21.81%

R = 49.58%
G = 28.61%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AF654D (or 0xAF654D) is known color: Sante Fe. HEX triplet: AF, 65 and 4D. RGB value is (175,101,77). Sum of RGB (Red+Green+Blue) = 175+101+77=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF654D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF654D is #509AB2. Grayscale: #787878. Windows color (decimal): -5282483 or 5072303. OLE color: 5072303.

HSL color Cylindrical-coordinate representation of color #AF654D: hue angle of 14.69º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF654D is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 101 77 -
CMYK 0 0.42 0.56 0.31
HSL 14.69º 0.39% 0.49% -
HSV(B) 14.69º 0.56% 0.69% -
XYZ 23.67 18.96 9.43 -
YUV 120.39 103.52 166.95 -
System Red Green Blue C M Y K H S L
Decimal 175 101 77 0 0.42 0.56 0.31 14.69 0.39 0.49
Hex AF 65 4D 0 2A 38 1F F 27 31
Octal 257 145 115 0 52 70 37 17 47 61
Binary 10101111 1100101 1001101 0 101010 111000 11111 1111 100111 110001

Color Harmonies of #AF654D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF654D

Black with #AF654D

Text Example


Text Example

White with #AF654D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF654D; }

 p { color: rgb(175,101,77); }

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

background-color css

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

 a { background-color: rgb(175,101,77); }

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

border-color css

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

 span { border-color: rgb(175,101,77); }

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