Html Css Color HEX #A98E26 Reef Gold

📋 copy color: '#A98E26'

red 169 ◦ green 142 ◦ blue 38

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

Shades of Reef Gold #A98E26

Tints of Reef Gold #A98E26

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.69%

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

R = 48.42%
G = 40.69%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A98E26 (or 0xA98E26) is known color: Reef Gold. HEX triplet: A9, 8E and 26. RGB value is (169,142,38). Sum of RGB (Red+Green+Blue) = 169+142+38=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 38 (15.23% from 255 or 10.89% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98E26 is #5671D9. Grayscale: #8A8A8A. Windows color (decimal): -5665242 or 2526889. OLE color: 2526889.

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

Color convert

RGB 169 142 38 -
CMYK 0 0.16 0.78 0.34
HSL 47.63º 0.63% 0.41% -
HSV(B) 47.63º 0.78% 0.66% -
XYZ 26.39 27.92 5.83 -
YUV 138.22 71.45 149.96 -
System Red Green Blue C M Y K H S L
Decimal 169 142 38 0 0.16 0.78 0.34 47.63 0.63 0.41
Hex A9 8E 26 0 10 4E 22 30 3F 29
Octal 251 216 46 0 20 116 42 60 77 51
Binary 10101001 10001110 100110 0 10000 1001110 100010 110000 111111 101001

Color Harmonies of #A98E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98E26

Black with #A98E26

Text Example


Text Example

White with #A98E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98E26; }

 p { color: rgb(169,142,38); }

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

background-color css

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

 a { background-color: rgb(169,142,38); }

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

border-color css

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

 span { border-color: rgb(169,142,38); }

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