Html Css Color HEX #AF891F Nugget

📋 copy color: '#AF891F'

red 175 ◦ green 137 ◦ blue 31

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

Shades of Nugget #AF891F

Tints of Nugget #AF891F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.94%

 BLUE value IS 31 (12.5% from 255) = 9.04%

R = 51.02%
G = 39.94%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF891F (or 0xAF891F) is known color: Nugget. HEX triplet: AF, 89 and 1F. RGB value is (175,137,31). Sum of RGB (Red+Green+Blue) = 175+137+31=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF891F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF891F is #5076E0. Grayscale: #888888. Windows color (decimal): -5273313 or 2066863. OLE color: 2066863.

HSL color Cylindrical-coordinate representation of color #AF891F: hue angle of 44.17º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF891F is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 137 31 -
CMYK 0 0.22 0.82 0.31
HSL 44.17º 0.7% 0.4% -
HSV(B) 44.17º 0.82% 0.69% -
XYZ 26.87 27.1 5.11 -
YUV 136.28 68.59 155.62 -
System Red Green Blue C M Y K H S L
Decimal 175 137 31 0 0.22 0.82 0.31 44.17 0.7 0.4
Hex AF 89 1F 0 16 52 1F 2C 46 28
Octal 257 211 37 0 26 122 37 54 106 50
Binary 10101111 10001001 11111 0 10110 1010010 11111 101100 1000110 101000

Color Harmonies of #AF891F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF891F

Black with #AF891F

Text Example


Text Example

White with #AF891F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF891F; }

 p { color: rgb(175,137,31); }

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

background-color css

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

 a { background-color: rgb(175,137,31); }

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

border-color css

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

 span { border-color: rgb(175,137,31); }

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