Html Css Color HEX #AF8821 Nugget

📋 copy color: '#AF8821'

red 175 ◦ green 136 ◦ blue 33

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

Shades of Nugget #AF8821

Tints of Nugget #AF8821

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.53%

 BLUE value IS 33 (13.28% from 255) = 9.59%

R = 50.87%
G = 39.53%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF8821 (or 0xAF8821) is known color: Nugget. HEX triplet: AF, 88 and 21. RGB value is (175,136,33). Sum of RGB (Red+Green+Blue) = 175+136+33=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8821 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8821 is #5077DE. Grayscale: #888888. Windows color (decimal): -5273567 or 2197679. OLE color: 2197679.

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

Color convert

RGB 175 136 33 -
CMYK 0 0.22 0.81 0.31
HSL 43.52º 0.68% 0.41% -
HSV(B) 43.52º 0.81% 0.69% -
XYZ 26.76 26.83 5.21 -
YUV 135.92 69.92 155.88 -
System Red Green Blue C M Y K H S L
Decimal 175 136 33 0 0.22 0.81 0.31 43.52 0.68 0.41
Hex AF 88 21 0 16 51 1F 2C 44 29
Octal 257 210 41 0 26 121 37 54 104 51
Binary 10101111 10001000 100001 0 10110 1010001 11111 101100 1000100 101001

Color Harmonies of #AF8821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8821

Black with #AF8821

Text Example


Text Example

White with #AF8821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8821; }

 p { color: rgb(175,136,33); }

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

background-color css

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

 a { background-color: rgb(175,136,33); }

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

border-color css

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

 span { border-color: rgb(175,136,33); }

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