Html Css Color HEX #AF755A Sante Fe

📋 copy color: '#AF755A'

red 175 ◦ green 117 ◦ blue 90

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

Shades of Sante Fe #AF755A

Tints of Sante Fe #AF755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.63%

 BLUE value IS 90 (35.55% from 255) = 23.56%

R = 45.81%
G = 30.63%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF755A (or 0xAF755A) is known color: Sante Fe. HEX triplet: AF, 75 and 5A. RGB value is (175,117,90). Sum of RGB (Red+Green+Blue) = 175+117+90=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF755A is #508AA5. Grayscale: #838383. Windows color (decimal): -5278374 or 5928367. OLE color: 5928367.

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

Color convert

RGB 175 117 90 -
CMYK 0 0.33 0.49 0.31
HSL 19.06º 0.35% 0.52% -
HSV(B) 19.06º 0.49% 0.69% -
XYZ 25.89 22.57 12.67 -
YUV 131.26 104.72 159.2 -
System Red Green Blue C M Y K H S L
Decimal 175 117 90 0 0.33 0.49 0.31 19.06 0.35 0.52
Hex AF 75 5A 0 21 31 1F 13 23 34
Octal 257 165 132 0 41 61 37 23 43 64
Binary 10101111 1110101 1011010 0 100001 110001 11111 10011 100011 110100

Color Harmonies of #AF755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF755A

Black with #AF755A

Text Example


Text Example

White with #AF755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF755A; }

 p { color: rgb(175,117,90); }

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

background-color css

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

 a { background-color: rgb(175,117,90); }

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

border-color css

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

 span { border-color: rgb(175,117,90); }

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