Html Css Color HEX #AF7430 Reno Sand

📋 copy color: '#AF7430'

red 175 ◦ green 116 ◦ blue 48

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

Shades of Reno Sand #AF7430

Tints of Reno Sand #AF7430

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.22%

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

R = 51.62%
G = 34.22%
B = 14.16%

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

#AF7430 (or 0xAF7430) is known color: Reno Sand. HEX triplet: AF, 74 and 30. RGB value is (175,116,48). Sum of RGB (Red+Green+Blue) = 175+116+48=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7430 is #508BCF. Grayscale: #7E7E7E. Windows color (decimal): -5278672 or 3175599. OLE color: 3175599.

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

Color convert

RGB 175 116 48 -
CMYK 0 0.34 0.73 0.31
HSL 32.13º 0.57% 0.44% -
HSV(B) 32.13º 0.73% 0.69% -
XYZ 24.46 21.82 5.72 -
YUV 125.89 84.05 163.03 -
System Red Green Blue C M Y K H S L
Decimal 175 116 48 0 0.34 0.73 0.31 32.13 0.57 0.44
Hex AF 74 30 0 22 49 1F 20 39 2C
Octal 257 164 60 0 42 111 37 40 71 54
Binary 10101111 1110100 110000 0 100010 1001001 11111 100000 111001 101100

Color Harmonies of #AF7430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7430

Black with #AF7430

Text Example


Text Example

White with #AF7430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7430; }

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

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

background-color css

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

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

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

border-color css

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

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

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