Html Css Color HEX #AF6830 Reno Sand

📋 copy color: '#AF6830'

red 175 ◦ green 104 ◦ blue 48

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

Shades of Reno Sand #AF6830

Tints of Reno Sand #AF6830

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.8%

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

R = 53.52%
G = 31.8%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF6830 (or 0xAF6830) is known color: Reno Sand. HEX triplet: AF, 68 and 30. RGB value is (175,104,48). Sum of RGB (Red+Green+Blue) = 175+104+48=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6830 is #5097CF. Grayscale: #777777. Windows color (decimal): -5281744 or 3172527. OLE color: 3172527.

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

Color convert

RGB 175 104 48 -
CMYK 0 0.41 0.73 0.31
HSL 26.46º 0.57% 0.44% -
HSV(B) 26.46º 0.73% 0.69% -
XYZ 23.16 19.23 5.29 -
YUV 118.85 88.02 168.05 -
System Red Green Blue C M Y K H S L
Decimal 175 104 48 0 0.41 0.73 0.31 26.46 0.57 0.44
Hex AF 68 30 0 29 49 1F 1A 39 2C
Octal 257 150 60 0 51 111 37 32 71 54
Binary 10101111 1101000 110000 0 101001 1001001 11111 11010 111001 101100

Color Harmonies of #AF6830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6830

Black with #AF6830

Text Example


Text Example

White with #AF6830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6830; }

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

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

background-color css

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

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

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

border-color css

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

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

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