Html Css Color HEX #AF7134 Reno Sand

📋 copy color: '#AF7134'

red 175 ◦ green 113 ◦ blue 52

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

Shades of Reno Sand #AF7134

Tints of Reno Sand #AF7134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.29%

R = 51.47%
G = 33.24%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF7134 (or 0xAF7134) is known color: Reno Sand. HEX triplet: AF, 71 and 34. RGB value is (175,113,52). Sum of RGB (Red+Green+Blue) = 175+113+52=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 52 (20.70% from 255 or 15.29% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7134 is #508ECB. Grayscale: #7C7C7C. Windows color (decimal): -5279436 or 3436975. OLE color: 3436975.

HSL color Cylindrical-coordinate representation of color #AF7134: hue angle of 29.76º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF7134 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 113 52 -
CMYK 0 0.35 0.70 0.31
HSL 29.76º 0.54% 0.45% -
HSV(B) 29.76º 0.7% 0.69% -
XYZ 24.2 21.17 6.06 -
YUV 124.58 87.04 163.96 -
System Red Green Blue C M Y K H S L
Decimal 175 113 52 0 0.35 0.70 0.31 29.76 0.54 0.45
Hex AF 71 34 0 23 46 1F 1E 36 2D
Octal 257 161 64 0 43 106 37 36 66 55
Binary 10101111 1110001 110100 0 100011 1000110 11111 11110 110110 101101

Color Harmonies of #AF7134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7134

Black with #AF7134

Text Example


Text Example

White with #AF7134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7134; }

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

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

background-color css

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

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

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

border-color css

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

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

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