Html Css Color HEX #AF8828 Nugget

📋 copy color: '#AF8828'

red 175 ◦ green 136 ◦ blue 40

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

Shades of Nugget #AF8828

Tints of Nugget #AF8828

RGB

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

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

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

R = 49.86%
G = 38.75%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF8828 (or 0xAF8828) is known color: Nugget. HEX triplet: AF, 88 and 28. RGB value is (175,136,40). Sum of RGB (Red+Green+Blue) = 175+136+40=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 40 (16.02% from 255 or 11.40% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8828 is #5077D7. Grayscale: #898989. Windows color (decimal): -5273560 or 2656431. OLE color: 2656431.

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

Color convert

RGB 175 136 40 -
CMYK 0 0.22 0.77 0.31
HSL 42.67º 0.63% 0.42% -
HSV(B) 42.67º 0.77% 0.69% -
XYZ 26.87 26.88 5.78 -
YUV 136.72 73.42 155.31 -
System Red Green Blue C M Y K H S L
Decimal 175 136 40 0 0.22 0.77 0.31 42.67 0.63 0.42
Hex AF 88 28 0 16 4D 1F 2B 3F 2A
Octal 257 210 50 0 26 115 37 53 77 52
Binary 10101111 10001000 101000 0 10110 1001101 11111 101011 111111 101010

Color Harmonies of #AF8828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8828

Black with #AF8828

Text Example


Text Example

White with #AF8828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8828; }

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

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

background-color css

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

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

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

border-color css

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

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

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