Html Css Color HEX #AF8820 Nugget

📋 copy color: '#AF8820'

red 175 ◦ green 136 ◦ blue 32

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

Shades of Nugget #AF8820

Tints of Nugget #AF8820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.33%

R = 51.02%
G = 39.65%
B = 9.33%

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

#AF8820 (or 0xAF8820) is known color: Nugget. HEX triplet: AF, 88 and 20. RGB value is (175,136,32). Sum of RGB (Red+Green+Blue) = 175+136+32=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8820 is #5077DF. Grayscale: #888888. Windows color (decimal): -5273568 or 2132143. OLE color: 2132143.

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

Color convert

RGB 175 136 32 -
CMYK 0 0.22 0.82 0.31
HSL 43.64º 0.69% 0.41% -
HSV(B) 43.64º 0.82% 0.69% -
XYZ 26.74 26.83 5.13 -
YUV 135.81 69.42 155.96 -
System Red Green Blue C M Y K H S L
Decimal 175 136 32 0 0.22 0.82 0.31 43.64 0.69 0.41
Hex AF 88 20 0 16 52 1F 2C 45 29
Octal 257 210 40 0 26 122 37 54 105 51
Binary 10101111 10001000 100000 0 10110 1010010 11111 101100 1000101 101001

Color Harmonies of #AF8820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8820

Black with #AF8820

Text Example


Text Example

White with #AF8820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8820; }

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

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

background-color css

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

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

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

border-color css

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

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

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