Html Css Color HEX #A8983B Reef Gold

📋 copy color: '#A8983B'

red 168 ◦ green 152 ◦ blue 59

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

Shades of Reef Gold #A8983B

Tints of Reef Gold #A8983B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.11%

 BLUE value IS 59 (23.44% from 255) = 15.57%

R = 44.33%
G = 40.11%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A8983B (or 0xA8983B) is known color: Reef Gold. HEX triplet: A8, 98 and 3B. RGB value is (168,152,59). Sum of RGB (Red+Green+Blue) = 168+152+59=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 59 (23.44% from 255 or 15.57% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A8983B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8983B is #5767C4. Grayscale: #929292. Windows color (decimal): -5728197 or 3905704. OLE color: 3905704.

HSL color Cylindrical-coordinate representation of color #A8983B: hue angle of 51.19º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8983B is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 152 59 -
CMYK 0 0.10 0.65 0.34
HSL 51.19º 0.48% 0.45% -
HSV(B) 51.19º 0.65% 0.66% -
XYZ 28.17 31.1 8.66 -
YUV 146.18 78.8 143.56 -
System Red Green Blue C M Y K H S L
Decimal 168 152 59 0 0.10 0.65 0.34 51.19 0.48 0.45
Hex A8 98 3B 0 A 41 22 33 30 2D
Octal 250 230 73 0 12 101 42 63 60 55
Binary 10101000 10011000 111011 0 1010 1000001 100010 110011 110000 101101

Color Harmonies of #A8983B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8983B

Black with #A8983B

Text Example


Text Example

White with #A8983B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8983B; }

 p { color: rgb(168,152,59); }

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

background-color css

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

 a { background-color: rgb(168,152,59); }

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

border-color css

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

 span { border-color: rgb(168,152,59); }

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