Html Css Color HEX #AF8624 Nugget

📋 copy color: '#AF8624'

red 175 ◦ green 134 ◦ blue 36

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

Shades of Nugget #AF8624

Tints of Nugget #AF8624

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.84%

 BLUE value IS 36 (14.45% from 255) = 10.43%

R = 50.72%
G = 38.84%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF8624 (or 0xAF8624) is known color: Nugget. HEX triplet: AF, 86 and 24. RGB value is (175,134,36). Sum of RGB (Red+Green+Blue) = 175+134+36=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8624 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8624 is #5079DB. Grayscale: #878787. Windows color (decimal): -5274076 or 2393775. OLE color: 2393775.

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

Color convert

RGB 175 134 36 -
CMYK 0 0.23 0.79 0.31
HSL 42.3º 0.66% 0.41% -
HSV(B) 42.3º 0.79% 0.69% -
XYZ 26.52 26.29 5.35 -
YUV 135.09 72.08 156.47 -
System Red Green Blue C M Y K H S L
Decimal 175 134 36 0 0.23 0.79 0.31 42.3 0.66 0.41
Hex AF 86 24 0 17 4F 1F 2A 42 29
Octal 257 206 44 0 27 117 37 52 102 51
Binary 10101111 10000110 100100 0 10111 1001111 11111 101010 1000010 101001

Color Harmonies of #AF8624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8624

Black with #AF8624

Text Example


Text Example

White with #AF8624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8624; }

 p { color: rgb(175,134,36); }

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

background-color css

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

 a { background-color: rgb(175,134,36); }

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

border-color css

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

 span { border-color: rgb(175,134,36); }

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