Html Css Color HEX #AF6B4A Sante Fe

📋 copy color: '#AF6B4A'

red 175 ◦ green 107 ◦ blue 74

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

Shades of Sante Fe #AF6B4A

Tints of Sante Fe #AF6B4A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.06%

 BLUE value IS 74 (29.3% from 255) = 20.79%

R = 49.16%
G = 30.06%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF6B4A (or 0xAF6B4A) is known color: Sante Fe. HEX triplet: AF, 6B and 4A. RGB value is (175,107,74). Sum of RGB (Red+Green+Blue) = 175+107+74=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6B4A is #5094B5. Grayscale: #7B7B7B. Windows color (decimal): -5280950 or 4877231. OLE color: 4877231.

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

Color convert

RGB 175 107 74 -
CMYK 0 0.39 0.58 0.31
HSL 19.6º 0.41% 0.49% -
HSV(B) 19.6º 0.58% 0.69% -
XYZ 24.17 20.12 9.09 -
YUV 123.57 100.03 164.68 -
System Red Green Blue C M Y K H S L
Decimal 175 107 74 0 0.39 0.58 0.31 19.6 0.41 0.49
Hex AF 6B 4A 0 27 3A 1F 14 29 31
Octal 257 153 112 0 47 72 37 24 51 61
Binary 10101111 1101011 1001010 0 100111 111010 11111 10100 101001 110001

Color Harmonies of #AF6B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6B4A

Black with #AF6B4A

Text Example


Text Example

White with #AF6B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6B4A; }

 p { color: rgb(175,107,74); }

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

background-color css

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

 a { background-color: rgb(175,107,74); }

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

border-color css

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

 span { border-color: rgb(175,107,74); }

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