Html Css Color HEX #AF6928 Reno Sand

📋 copy color: '#AF6928'

red 175 ◦ green 105 ◦ blue 40

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

Shades of Reno Sand #AF6928

Tints of Reno Sand #AF6928

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.81%

 BLUE value IS 40 (16.02% from 255) = 12.5%

R = 54.69%
G = 32.81%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF6928 (or 0xAF6928) is known color: Reno Sand. HEX triplet: AF, 69 and 28. RGB value is (175,105,40). Sum of RGB (Red+Green+Blue) = 175+105+40=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6928 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6928 is #5096D7. Grayscale: #767676. Windows color (decimal): -5281496 or 2648495. OLE color: 2648495.

HSL color Cylindrical-coordinate representation of color #AF6928: hue angle of 28.89º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF6928 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 105 40 -
CMYK 0 0.40 0.77 0.31
HSL 28.89º 0.63% 0.42% -
HSV(B) 28.89º 0.77% 0.69% -
XYZ 23.11 19.37 4.53 -
YUV 118.52 83.69 168.29 -
System Red Green Blue C M Y K H S L
Decimal 175 105 40 0 0.40 0.77 0.31 28.89 0.63 0.42
Hex AF 69 28 0 28 4D 1F 1D 3F 2A
Octal 257 151 50 0 50 115 37 35 77 52
Binary 10101111 1101001 101000 0 101000 1001101 11111 11101 111111 101010

Color Harmonies of #AF6928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6928

Black with #AF6928

Text Example


Text Example

White with #AF6928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6928; }

 p { color: rgb(175,105,40); }

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

background-color css

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

 a { background-color: rgb(175,105,40); }

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

border-color css

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

 span { border-color: rgb(175,105,40); }

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