Html Css Color HEX #AF6A4B Sante Fe

📋 copy color: '#AF6A4B'

red 175 ◦ green 106 ◦ blue 75

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

Shades of Sante Fe #AF6A4B

Tints of Sante Fe #AF6A4B

RGB

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

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

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

R = 49.16%
G = 29.78%
B = 21.07%

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

#AF6A4B (or 0xAF6A4B) is known color: Sante Fe. HEX triplet: AF, 6A and 4B. RGB value is (175,106,75). Sum of RGB (Red+Green+Blue) = 175+106+75=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6A4B is #5095B4. Grayscale: #7B7B7B. Windows color (decimal): -5281205 or 4942511. OLE color: 4942511.

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

Color convert

RGB 175 106 75 -
CMYK 0 0.39 0.57 0.31
HSL 18.6º 0.4% 0.49% -
HSV(B) 18.6º 0.57% 0.69% -
XYZ 24.1 19.93 9.23 -
YUV 123.1 100.86 165.02 -
System Red Green Blue C M Y K H S L
Decimal 175 106 75 0 0.39 0.57 0.31 18.6 0.4 0.49
Hex AF 6A 4B 0 27 39 1F 13 28 31
Octal 257 152 113 0 47 71 37 23 50 61
Binary 10101111 1101010 1001011 0 100111 111001 11111 10011 101000 110001

Color Harmonies of #AF6A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6A4B

Black with #AF6A4B

Text Example


Text Example

White with #AF6A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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