Html Css Color HEX #A98F39 Reef Gold

📋 copy color: '#A98F39'

red 169 ◦ green 143 ◦ blue 57

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

Shades of Reef Gold #A98F39

Tints of Reef Gold #A98F39

RGB

 RED value IS 169 (66.41% from 255) = 45.8%

 GREEN value IS 143 (56.25% from 255) = 38.75%

 BLUE value IS 57 (22.66% from 255) = 15.45%

R = 45.8%
G = 38.75%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A98F39 (or 0xA98F39) is known color: Reef Gold. HEX triplet: A9, 8F and 39. RGB value is (169,143,57). Sum of RGB (Red+Green+Blue) = 169+143+57=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 57 (22.66% from 255 or 15.45% from 369); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98F39 is #5670C6. Grayscale: #8D8D8D. Windows color (decimal): -5664967 or 3772329. OLE color: 3772329.

HSL color Cylindrical-coordinate representation of color #A98F39: hue angle of 46.07º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A98F39 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 143 57 -
CMYK 0 0.15 0.66 0.34
HSL 46.07º 0.5% 0.44% -
HSV(B) 46.07º 0.66% 0.66% -
XYZ 26.92 28.38 7.93 -
YUV 140.97 80.61 147.99 -
System Red Green Blue C M Y K H S L
Decimal 169 143 57 0 0.15 0.66 0.34 46.07 0.5 0.44
Hex A9 8F 39 0 F 42 22 2E 32 2C
Octal 251 217 71 0 17 102 42 56 62 54
Binary 10101001 10001111 111001 0 1111 1000010 100010 101110 110010 101100

Color Harmonies of #A98F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98F39

Black with #A98F39

Text Example


Text Example

White with #A98F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98F39; }

 p { color: rgb(169,143,57); }

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

background-color css

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

 a { background-color: rgb(169,143,57); }

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

border-color css

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

 span { border-color: rgb(169,143,57); }

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