Html Css Color HEX #AF6C30 Reno Sand

📋 copy color: '#AF6C30'

red 175 ◦ green 108 ◦ blue 48

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

Shades of Reno Sand #AF6C30

Tints of Reno Sand #AF6C30

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.63%

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

R = 52.87%
G = 32.63%
B = 14.5%

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

#AF6C30 (or 0xAF6C30) is known color: Reno Sand. HEX triplet: AF, 6C and 30. RGB value is (175,108,48). Sum of RGB (Red+Green+Blue) = 175+108+48=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6C30 is #5093CF. Grayscale: #797979. Windows color (decimal): -5280720 or 3173551. OLE color: 3173551.

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

Color convert

RGB 175 108 48 -
CMYK 0 0.38 0.73 0.31
HSL 28.35º 0.57% 0.44% -
HSV(B) 28.35º 0.73% 0.69% -
XYZ 23.58 20.05 5.42 -
YUV 121.19 86.7 166.38 -
System Red Green Blue C M Y K H S L
Decimal 175 108 48 0 0.38 0.73 0.31 28.35 0.57 0.44
Hex AF 6C 30 0 26 49 1F 1C 39 2C
Octal 257 154 60 0 46 111 37 34 71 54
Binary 10101111 1101100 110000 0 100110 1001001 11111 11100 111001 101100

Color Harmonies of #AF6C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C30

Black with #AF6C30

Text Example


Text Example

White with #AF6C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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