Html Css Color HEX #A98D32 Reef Gold

📋 copy color: '#A98D32'

red 169 ◦ green 141 ◦ blue 50

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

Shades of Reef Gold #A98D32

Tints of Reef Gold #A98D32

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.17%

 BLUE value IS 50 (19.92% from 255) = 13.89%

R = 46.94%
G = 39.17%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A98D32 (or 0xA98D32) is known color: Reef Gold. HEX triplet: A9, 8D and 32. RGB value is (169,141,50). Sum of RGB (Red+Green+Blue) = 169+141+50=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98D32 is #5672CD. Grayscale: #8B8B8B. Windows color (decimal): -5665486 or 3313065. OLE color: 3313065.

HSL color Cylindrical-coordinate representation of color #A98D32: hue angle of 45.88º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A98D32 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 141 50 -
CMYK 0 0.17 0.70 0.34
HSL 45.88º 0.54% 0.43% -
HSV(B) 45.88º 0.7% 0.66% -
XYZ 26.46 27.72 6.97 -
YUV 139 77.78 149.4 -
System Red Green Blue C M Y K H S L
Decimal 169 141 50 0 0.17 0.70 0.34 45.88 0.54 0.43
Hex A9 8D 32 0 11 46 22 2E 36 2B
Octal 251 215 62 0 21 106 42 56 66 53
Binary 10101001 10001101 110010 0 10001 1000110 100010 101110 110110 101011

Color Harmonies of #A98D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98D32

Black with #A98D32

Text Example


Text Example

White with #A98D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98D32; }

 p { color: rgb(169,141,50); }

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

background-color css

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

 a { background-color: rgb(169,141,50); }

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

border-color css

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

 span { border-color: rgb(169,141,50); }

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