Html Css Color HEX #AF7130 Reno Sand

📋 copy color: '#AF7130'

red 175 ◦ green 113 ◦ blue 48

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

Shades of Reno Sand #AF7130

Tints of Reno Sand #AF7130

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.63%

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

R = 52.08%
G = 33.63%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF7130 (or 0xAF7130) is known color: Reno Sand. HEX triplet: AF, 71 and 30. RGB value is (175,113,48). Sum of RGB (Red+Green+Blue) = 175+113+48=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7130 is #508ECF. Grayscale: #7C7C7C. Windows color (decimal): -5279440 or 3174831. OLE color: 3174831.

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

Color convert

RGB 175 113 48 -
CMYK 0 0.35 0.73 0.31
HSL 30.71º 0.57% 0.44% -
HSV(B) 30.71º 0.73% 0.69% -
XYZ 24.12 21.14 5.61 -
YUV 124.13 85.04 164.29 -
System Red Green Blue C M Y K H S L
Decimal 175 113 48 0 0.35 0.73 0.31 30.71 0.57 0.44
Hex AF 71 30 0 23 49 1F 1F 39 2C
Octal 257 161 60 0 43 111 37 37 71 54
Binary 10101111 1110001 110000 0 100011 1001001 11111 11111 111001 101100

Color Harmonies of #AF7130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7130

Black with #AF7130

Text Example


Text Example

White with #AF7130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7130; }

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

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

background-color css

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

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

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

border-color css

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

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

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