Html Css Color HEX #AF7239 Reno Sand

📋 copy color: '#AF7239'

red 175 ◦ green 114 ◦ blue 57

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

Shades of Reno Sand #AF7239

Tints of Reno Sand #AF7239

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.95%

 BLUE value IS 57 (22.66% from 255) = 16.47%

R = 50.58%
G = 32.95%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF7239 (or 0xAF7239) is known color: Reno Sand. HEX triplet: AF, 72 and 39. RGB value is (175,114,57). Sum of RGB (Red+Green+Blue) = 175+114+57=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 57 (22.66% from 255 or 16.47% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7239 is #508DC6. Grayscale: #7E7E7E. Windows color (decimal): -5279175 or 3764911. OLE color: 3764911.

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

Color convert

RGB 175 114 57 -
CMYK 0 0.35 0.67 0.31
HSL 28.98º 0.51% 0.45% -
HSV(B) 28.98º 0.67% 0.69% -
XYZ 24.44 21.44 6.72 -
YUV 125.74 89.21 163.13 -
System Red Green Blue C M Y K H S L
Decimal 175 114 57 0 0.35 0.67 0.31 28.98 0.51 0.45
Hex AF 72 39 0 23 43 1F 1D 33 2D
Octal 257 162 71 0 43 103 37 35 63 55
Binary 10101111 1110010 111001 0 100011 1000011 11111 11101 110011 101101

Color Harmonies of #AF7239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7239

Black with #AF7239

Text Example


Text Example

White with #AF7239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7239; }

 p { color: rgb(175,114,57); }

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

background-color css

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

 a { background-color: rgb(175,114,57); }

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

border-color css

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

 span { border-color: rgb(175,114,57); }

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