Html Css Color HEX #A6913B Reef Gold

📋 copy color: '#A6913B'

red 166 ◦ green 145 ◦ blue 59

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

Shades of Reef Gold #A6913B

Tints of Reef Gold #A6913B

RGB

 RED value IS 166 (65.23% from 255) = 44.86%

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

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

R = 44.86%
G = 39.19%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A6913B (or 0xA6913B) is known color: Reef Gold. HEX triplet: A6, 91 and 3B. RGB value is (166,145,59). Sum of RGB (Red+Green+Blue) = 166+145+59=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A6913B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6913B is #596EC4. Grayscale: #8D8D8D. Windows color (decimal): -5861061 or 3903910. OLE color: 3903910.

HSL color Cylindrical-coordinate representation of color #A6913B: hue angle of 48.22º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6913B is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 145 59 -
CMYK 0 0.13 0.64 0.35
HSL 48.22º 0.48% 0.44% -
HSV(B) 48.22º 0.64% 0.65% -
XYZ 26.64 28.67 8.27 -
YUV 141.48 81.46 145.49 -
System Red Green Blue C M Y K H S L
Decimal 166 145 59 0 0.13 0.64 0.35 48.22 0.48 0.44
Hex A6 91 3B 0 D 40 23 30 30 2C
Octal 246 221 73 0 15 100 43 60 60 54
Binary 10100110 10010001 111011 0 1101 1000000 100011 110000 110000 101100

Color Harmonies of #A6913B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6913B

Black with #A6913B

Text Example


Text Example

White with #A6913B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6913B; }

 p { color: rgb(166,145,59); }

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

background-color css

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

 a { background-color: rgb(166,145,59); }

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

border-color css

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

 span { border-color: rgb(166,145,59); }

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