Html Css Color HEX #AF6A4C Sante Fe

📋 copy color: '#AF6A4C'

red 175 ◦ green 106 ◦ blue 76

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

Shades of Sante Fe #AF6A4C

Tints of Sante Fe #AF6A4C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.69%

 BLUE value IS 76 (30.08% from 255) = 21.29%

R = 49.02%
G = 29.69%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF6A4C (or 0xAF6A4C) is known color: Sante Fe. HEX triplet: AF, 6A and 4C. RGB value is (175,106,76). Sum of RGB (Red+Green+Blue) = 175+106+76=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6A4C is #5095B3. Grayscale: #7B7B7B. Windows color (decimal): -5281204 or 5008047. OLE color: 5008047.

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

Color convert

RGB 175 106 76 -
CMYK 0 0.39 0.57 0.31
HSL 18.18º 0.39% 0.49% -
HSV(B) 18.18º 0.57% 0.69% -
XYZ 24.14 19.94 9.41 -
YUV 123.21 101.36 164.94 -
System Red Green Blue C M Y K H S L
Decimal 175 106 76 0 0.39 0.57 0.31 18.18 0.39 0.49
Hex AF 6A 4C 0 27 39 1F 12 27 31
Octal 257 152 114 0 47 71 37 22 47 61
Binary 10101111 1101010 1001100 0 100111 111001 11111 10010 100111 110001

Color Harmonies of #AF6A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6A4C

Black with #AF6A4C

Text Example


Text Example

White with #AF6A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6A4C; }

 p { color: rgb(175,106,76); }

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

background-color css

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

 a { background-color: rgb(175,106,76); }

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

border-color css

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

 span { border-color: rgb(175,106,76); }

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