Html Css Color HEX #AF8825 Nugget

📋 copy color: '#AF8825'

red 175 ◦ green 136 ◦ blue 37

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

Shades of Nugget #AF8825

Tints of Nugget #AF8825

RGB

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

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

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

R = 50.29%
G = 39.08%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF8825 (or 0xAF8825) is known color: Nugget. HEX triplet: AF, 88 and 25. RGB value is (175,136,37). Sum of RGB (Red+Green+Blue) = 175+136+37=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8825 is #5077DA. Grayscale: #888888. Windows color (decimal): -5273563 or 2459823. OLE color: 2459823.

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

Color convert

RGB 175 136 37 -
CMYK 0 0.22 0.79 0.31
HSL 43.04º 0.65% 0.42% -
HSV(B) 43.04º 0.79% 0.69% -
XYZ 26.82 26.86 5.52 -
YUV 136.38 71.92 155.55 -
System Red Green Blue C M Y K H S L
Decimal 175 136 37 0 0.22 0.79 0.31 43.04 0.65 0.42
Hex AF 88 25 0 16 4F 1F 2B 41 2A
Octal 257 210 45 0 26 117 37 53 101 52
Binary 10101111 10001000 100101 0 10110 1001111 11111 101011 1000001 101010

Color Harmonies of #AF8825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8825

Black with #AF8825

Text Example


Text Example

White with #AF8825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8825; }

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

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

background-color css

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

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

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

border-color css

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

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

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