Html Css Color HEX #AF753A Reno Sand

📋 copy color: '#AF753A'

red 175 ◦ green 117 ◦ blue 58

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

Shades of Reno Sand #AF753A

Tints of Reno Sand #AF753A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.57%

R = 50%
G = 33.43%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF753A (or 0xAF753A) is known color: Reno Sand. HEX triplet: AF, 75 and 3A. RGB value is (175,117,58). Sum of RGB (Red+Green+Blue) = 175+117+58=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF753A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF753A is #508AC5. Grayscale: #7F7F7F. Windows color (decimal): -5278406 or 3831215. OLE color: 3831215.

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

Color convert

RGB 175 117 58 -
CMYK 0 0.33 0.67 0.31
HSL 30.26º 0.5% 0.46% -
HSV(B) 30.26º 0.67% 0.69% -
XYZ 24.8 22.14 6.97 -
YUV 127.62 88.72 161.8 -
System Red Green Blue C M Y K H S L
Decimal 175 117 58 0 0.33 0.67 0.31 30.26 0.5 0.46
Hex AF 75 3A 0 21 43 1F 1E 32 2E
Octal 257 165 72 0 41 103 37 36 62 56
Binary 10101111 1110101 111010 0 100001 1000011 11111 11110 110010 101110

Color Harmonies of #AF753A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF753A

Black with #AF753A

Text Example


Text Example

White with #AF753A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF753A; }

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

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

background-color css

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

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

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

border-color css

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

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

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