Html Css Color HEX #A98B2F Reef Gold

📋 copy color: '#A98B2F'

red 169 ◦ green 139 ◦ blue 47

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

Shades of Reef Gold #A98B2F

Tints of Reef Gold #A98B2F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.15%

 BLUE value IS 47 (18.75% from 255) = 13.24%

R = 47.61%
G = 39.15%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#A98B2F (or 0xA98B2F) is known color: Reef Gold. HEX triplet: A9, 8B and 2F. RGB value is (169,139,47). Sum of RGB (Red+Green+Blue) = 169+139+47=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98B2F is #5674D0. Grayscale: #898989. Windows color (decimal): -5666001 or 3115945. OLE color: 3115945.

HSL color Cylindrical-coordinate representation of color #A98B2F: hue angle of 45.25º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A98B2F is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 139 47 -
CMYK 0 0.18 0.72 0.34
HSL 45.25º 0.56% 0.42% -
HSV(B) 45.25º 0.72% 0.66% -
XYZ 26.11 27.11 6.55 -
YUV 137.48 76.94 150.48 -
System Red Green Blue C M Y K H S L
Decimal 169 139 47 0 0.18 0.72 0.34 45.25 0.56 0.42
Hex A9 8B 2F 0 12 48 22 2D 38 2A
Octal 251 213 57 0 22 110 42 55 70 52
Binary 10101001 10001011 101111 0 10010 1001000 100010 101101 111000 101010

Color Harmonies of #A98B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98B2F

Black with #A98B2F

Text Example


Text Example

White with #A98B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98B2F; }

 p { color: rgb(169,139,47); }

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

background-color css

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

 a { background-color: rgb(169,139,47); }

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

border-color css

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

 span { border-color: rgb(169,139,47); }

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