Html Css Color HEX #AF6731 Reno Sand

📋 copy color: '#AF6731'

red 175 ◦ green 103 ◦ blue 49

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

Shades of Reno Sand #AF6731

Tints of Reno Sand #AF6731

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.5%

 BLUE value IS 49 (19.53% from 255) = 14.98%

R = 53.52%
G = 31.5%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF6731 (or 0xAF6731) is known color: Reno Sand. HEX triplet: AF, 67 and 31. RGB value is (175,103,49). Sum of RGB (Red+Green+Blue) = 175+103+49=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6731 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6731 is #5098CE. Grayscale: #767676. Windows color (decimal): -5281999 or 3237807. OLE color: 3237807.

HSL color Cylindrical-coordinate representation of color #AF6731: hue angle of 25.71º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF6731 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 103 49 -
CMYK 0 0.41 0.72 0.31
HSL 25.71º 0.56% 0.44% -
HSV(B) 25.71º 0.72% 0.69% -
XYZ 23.08 19.04 5.36 -
YUV 118.37 88.85 168.39 -
System Red Green Blue C M Y K H S L
Decimal 175 103 49 0 0.41 0.72 0.31 25.71 0.56 0.44
Hex AF 67 31 0 29 48 1F 1A 38 2C
Octal 257 147 61 0 51 110 37 32 70 54
Binary 10101111 1100111 110001 0 101001 1001000 11111 11010 111000 101100

Color Harmonies of #AF6731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6731

Black with #AF6731

Text Example


Text Example

White with #AF6731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6731; }

 p { color: rgb(175,103,49); }

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

background-color css

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

 a { background-color: rgb(175,103,49); }

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

border-color css

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

 span { border-color: rgb(175,103,49); }

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