Html Css Color HEX #AF7330 Reno Sand

📋 copy color: '#AF7330'

red 175 ◦ green 115 ◦ blue 48

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

Shades of Reno Sand #AF7330

Tints of Reno Sand #AF7330

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.02%

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

R = 51.78%
G = 34.02%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF7330 (or 0xAF7330) is known color: Reno Sand. HEX triplet: AF, 73 and 30. RGB value is (175,115,48). Sum of RGB (Red+Green+Blue) = 175+115+48=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7330 is #508CCF. Grayscale: #7D7D7D. Windows color (decimal): -5278928 or 3175343. OLE color: 3175343.

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

Color convert

RGB 175 115 48 -
CMYK 0 0.34 0.73 0.31
HSL 31.65º 0.57% 0.44% -
HSV(B) 31.65º 0.73% 0.69% -
XYZ 24.34 21.59 5.68 -
YUV 125.3 84.38 163.45 -
System Red Green Blue C M Y K H S L
Decimal 175 115 48 0 0.34 0.73 0.31 31.65 0.57 0.44
Hex AF 73 30 0 22 49 1F 20 39 2C
Octal 257 163 60 0 42 111 37 40 71 54
Binary 10101111 1110011 110000 0 100010 1001001 11111 100000 111001 101100

Color Harmonies of #AF7330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7330

Black with #AF7330

Text Example


Text Example

White with #AF7330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7330; }

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

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

background-color css

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

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

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

border-color css

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

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

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