Html Css Color HEX #AF8625 Nugget

📋 copy color: '#AF8625'

red 175 ◦ green 134 ◦ blue 37

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

Shades of Nugget #AF8625

Tints of Nugget #AF8625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.69%

R = 50.58%
G = 38.73%
B = 10.69%

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

#AF8625 (or 0xAF8625) is known color: Nugget. HEX triplet: AF, 86 and 25. RGB value is (175,134,37). Sum of RGB (Red+Green+Blue) = 175+134+37=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8625 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8625 is #5079DA. Grayscale: #878787. Windows color (decimal): -5274075 or 2459311. OLE color: 2459311.

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

Color convert

RGB 175 134 37 -
CMYK 0 0.23 0.79 0.31
HSL 42.17º 0.65% 0.42% -
HSV(B) 42.17º 0.79% 0.69% -
XYZ 26.54 26.3 5.43 -
YUV 135.2 72.58 156.39 -
System Red Green Blue C M Y K H S L
Decimal 175 134 37 0 0.23 0.79 0.31 42.17 0.65 0.42
Hex AF 86 25 0 17 4F 1F 2A 41 2A
Octal 257 206 45 0 27 117 37 52 101 52
Binary 10101111 10000110 100101 0 10111 1001111 11111 101010 1000001 101010

Color Harmonies of #AF8625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8625

Black with #AF8625

Text Example


Text Example

White with #AF8625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8625; }

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

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

background-color css

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

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

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

border-color css

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

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

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