Html Css Color HEX #AF753B Reno Sand

📋 copy color: '#AF753B'

red 175 ◦ green 117 ◦ blue 59

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

Shades of Reno Sand #AF753B

Tints of Reno Sand #AF753B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.81%

R = 49.86%
G = 33.33%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF753B (or 0xAF753B) is known color: Reno Sand. HEX triplet: AF, 75 and 3B. RGB value is (175,117,59). Sum of RGB (Red+Green+Blue) = 175+117+59=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF753B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF753B is #508AC4. Grayscale: #808080. Windows color (decimal): -5278405 or 3896751. OLE color: 3896751.

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

Color convert

RGB 175 117 59 -
CMYK 0 0.33 0.66 0.31
HSL 30º 0.5% 0.46% -
HSV(B) 30º 0.66% 0.69% -
XYZ 24.83 22.15 7.1 -
YUV 127.73 89.22 161.72 -
System Red Green Blue C M Y K H S L
Decimal 175 117 59 0 0.33 0.66 0.31 30 0.5 0.46
Hex AF 75 3B 0 21 42 1F 1E 32 2E
Octal 257 165 73 0 41 102 37 36 62 56
Binary 10101111 1110101 111011 0 100001 1000010 11111 11110 110010 101110

Color Harmonies of #AF753B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF753B

Black with #AF753B

Text Example


Text Example

White with #AF753B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF753B; }

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

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

background-color css

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

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

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

border-color css

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

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

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