Html Css Color HEX #A89231 Reef Gold

📋 copy color: '#A89231'

red 168 ◦ green 146 ◦ blue 49

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

Shades of Reef Gold #A89231

Tints of Reef Gold #A89231

RGB

 RED value IS 168 (66.02% from 255) = 46.28%

 GREEN value IS 146 (57.42% from 255) = 40.22%

 BLUE value IS 49 (19.53% from 255) = 13.5%

R = 46.28%
G = 40.22%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A89231 (or 0xA89231) is known color: Reef Gold. HEX triplet: A8, 92 and 31. RGB value is (168,146,49). Sum of RGB (Red+Green+Blue) = 168+146+49=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A89231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89231 is #576DCE. Grayscale: #8D8D8D. Windows color (decimal): -5729743 or 3248808. OLE color: 3248808.

HSL color Cylindrical-coordinate representation of color #A89231: hue angle of 48.91º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A89231 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 146 49 -
CMYK 0 0.13 0.71 0.34
HSL 48.91º 0.55% 0.43% -
HSV(B) 48.91º 0.71% 0.66% -
XYZ 26.98 29.1 7.1 -
YUV 141.52 75.79 146.89 -
System Red Green Blue C M Y K H S L
Decimal 168 146 49 0 0.13 0.71 0.34 48.91 0.55 0.43
Hex A8 92 31 0 D 47 22 31 37 2B
Octal 250 222 61 0 15 107 42 61 67 53
Binary 10101000 10010010 110001 0 1101 1000111 100010 110001 110111 101011

Color Harmonies of #A89231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89231

Black with #A89231

Text Example


Text Example

White with #A89231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89231; }

 p { color: rgb(168,146,49); }

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

background-color css

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

 a { background-color: rgb(168,146,49); }

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

border-color css

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

 span { border-color: rgb(168,146,49); }

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