Html Css Color HEX #AF6C4B Sante Fe

📋 copy color: '#AF6C4B'

red 175 ◦ green 108 ◦ blue 75

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

Shades of Sante Fe #AF6C4B

Tints of Sante Fe #AF6C4B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.17%

 BLUE value IS 75 (29.69% from 255) = 20.95%

R = 48.88%
G = 30.17%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF6C4B (or 0xAF6C4B) is known color: Sante Fe. HEX triplet: AF, 6C and 4B. RGB value is (175,108,75). Sum of RGB (Red+Green+Blue) = 175+108+75=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6C4B is #5093B4. Grayscale: #7C7C7C. Windows color (decimal): -5280693 or 4943023. OLE color: 4943023.

HSL color Cylindrical-coordinate representation of color #AF6C4B: hue angle of 19.8º degrees, saturation: 0.4, 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 #AF6C4B is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 108 75 -
CMYK 0 0.38 0.57 0.31
HSL 19.8º 0.4% 0.49% -
HSV(B) 19.8º 0.57% 0.69% -
XYZ 24.31 20.35 9.3 -
YUV 124.27 100.2 164.18 -
System Red Green Blue C M Y K H S L
Decimal 175 108 75 0 0.38 0.57 0.31 19.8 0.4 0.49
Hex AF 6C 4B 0 26 39 1F 14 28 31
Octal 257 154 113 0 46 71 37 24 50 61
Binary 10101111 1101100 1001011 0 100110 111001 11111 10100 101000 110001

Color Harmonies of #AF6C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C4B

Black with #AF6C4B

Text Example


Text Example

White with #AF6C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C4B; }

 p { color: rgb(175,108,75); }

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

background-color css

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

 a { background-color: rgb(175,108,75); }

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

border-color css

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

 span { border-color: rgb(175,108,75); }

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