Html Css Color HEX #A98B2A Reef Gold

📋 copy color: '#A98B2A'

red 169 ◦ green 139 ◦ blue 42

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

Shades of Reef Gold #A98B2A

Tints of Reef Gold #A98B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12%

R = 48.29%
G = 39.71%
B = 12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A98B2A (or 0xA98B2A) is known color: Reef Gold. HEX triplet: A9, 8B and 2A. RGB value is (169,139,42). Sum of RGB (Red+Green+Blue) = 169+139+42=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98B2A is #5674D5. Grayscale: #898989. Windows color (decimal): -5666006 or 2788265. OLE color: 2788265.

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

Color convert

RGB 169 139 42 -
CMYK 0 0.18 0.75 0.34
HSL 45.83º 0.6% 0.41% -
HSV(B) 45.83º 0.75% 0.66% -
XYZ 26.01 27.07 6.04 -
YUV 136.91 74.44 150.89 -
System Red Green Blue C M Y K H S L
Decimal 169 139 42 0 0.18 0.75 0.34 45.83 0.6 0.41
Hex A9 8B 2A 0 12 4B 22 2E 3C 29
Octal 251 213 52 0 22 113 42 56 74 51
Binary 10101001 10001011 101010 0 10010 1001011 100010 101110 111100 101001

Color Harmonies of #A98B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98B2A

Black with #A98B2A

Text Example


Text Example

White with #A98B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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