Html Css Color HEX #AF8926 Nugget

📋 copy color: '#AF8926'

red 175 ◦ green 137 ◦ blue 38

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

Shades of Nugget #AF8926

Tints of Nugget #AF8926

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.14%

 BLUE value IS 38 (15.23% from 255) = 10.86%

R = 50%
G = 39.14%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF8926 (or 0xAF8926) is known color: Nugget. HEX triplet: AF, 89 and 26. RGB value is (175,137,38). Sum of RGB (Red+Green+Blue) = 175+137+38=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8926 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8926 is #5076D9. Grayscale: #898989. Windows color (decimal): -5273306 or 2525615. OLE color: 2525615.

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

Color convert

RGB 175 137 38 -
CMYK 0 0.22 0.78 0.31
HSL 43.36º 0.64% 0.42% -
HSV(B) 43.36º 0.78% 0.69% -
XYZ 26.97 27.15 5.65 -
YUV 137.08 72.09 155.05 -
System Red Green Blue C M Y K H S L
Decimal 175 137 38 0 0.22 0.78 0.31 43.36 0.64 0.42
Hex AF 89 26 0 16 4E 1F 2B 40 2A
Octal 257 211 46 0 26 116 37 53 100 52
Binary 10101111 10001001 100110 0 10110 1001110 11111 101011 1000000 101010

Color Harmonies of #AF8926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8926

Black with #AF8926

Text Example


Text Example

White with #AF8926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8926; }

 p { color: rgb(175,137,38); }

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

background-color css

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

 a { background-color: rgb(175,137,38); }

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

border-color css

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

 span { border-color: rgb(175,137,38); }

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