Html Css Color HEX #AF6D30 Reno Sand

📋 copy color: '#AF6D30'

red 175 ◦ green 109 ◦ blue 48

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

Shades of Reno Sand #AF6D30

Tints of Reno Sand #AF6D30

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.83%

 BLUE value IS 48 (19.14% from 255) = 14.46%

R = 52.71%
G = 32.83%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF6D30 (or 0xAF6D30) is known color: Reno Sand. HEX triplet: AF, 6D and 30. RGB value is (175,109,48). Sum of RGB (Red+Green+Blue) = 175+109+48=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6D30 is #5092CF. Grayscale: #7A7A7A. Windows color (decimal): -5280464 or 3173807. OLE color: 3173807.

HSL color Cylindrical-coordinate representation of color #AF6D30: hue angle of 28.82º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF6D30 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 109 48 -
CMYK 0 0.38 0.73 0.31
HSL 28.82º 0.57% 0.44% -
HSV(B) 28.82º 0.73% 0.69% -
XYZ 23.68 20.26 5.46 -
YUV 121.78 86.37 165.96 -
System Red Green Blue C M Y K H S L
Decimal 175 109 48 0 0.38 0.73 0.31 28.82 0.57 0.44
Hex AF 6D 30 0 26 49 1F 1D 39 2C
Octal 257 155 60 0 46 111 37 35 71 54
Binary 10101111 1101101 110000 0 100110 1001001 11111 11101 111001 101100

Color Harmonies of #AF6D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D30

Black with #AF6D30

Text Example


Text Example

White with #AF6D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D30; }

 p { color: rgb(175,109,48); }

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

background-color css

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

 a { background-color: rgb(175,109,48); }

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

border-color css

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

 span { border-color: rgb(175,109,48); }

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