Html Css Color HEX #A8913A Reef Gold

📋 copy color: '#A8913A'

red 168 ◦ green 145 ◦ blue 58

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

Shades of Reef Gold #A8913A

Tints of Reef Gold #A8913A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.08%

 BLUE value IS 58 (23.05% from 255) = 15.63%

R = 45.28%
G = 39.08%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A8913A (or 0xA8913A) is known color: Reef Gold. HEX triplet: A8, 91 and 3A. RGB value is (168,145,58). Sum of RGB (Red+Green+Blue) = 168+145+58=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A8913A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8913A is #576EC5. Grayscale: #8E8E8E. Windows color (decimal): -5729990 or 3838376. OLE color: 3838376.

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

Color convert

RGB 168 145 58 -
CMYK 0 0.14 0.65 0.34
HSL 47.45º 0.49% 0.44% -
HSV(B) 47.45º 0.65% 0.66% -
XYZ 27.04 28.88 8.15 -
YUV 141.96 80.62 146.57 -
System Red Green Blue C M Y K H S L
Decimal 168 145 58 0 0.14 0.65 0.34 47.45 0.49 0.44
Hex A8 91 3A 0 E 41 22 2F 31 2C
Octal 250 221 72 0 16 101 42 57 61 54
Binary 10101000 10010001 111010 0 1110 1000001 100010 101111 110001 101100

Color Harmonies of #A8913A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8913A

Black with #A8913A

Text Example


Text Example

White with #A8913A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8913A; }

 p { color: rgb(168,145,58); }

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

background-color css

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

 a { background-color: rgb(168,145,58); }

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

border-color css

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

 span { border-color: rgb(168,145,58); }

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