Html Css Color HEX #A68E2A Reef Gold

📋 copy color: '#A68E2A'

red 166 ◦ green 142 ◦ blue 42

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

Shades of Reef Gold #A68E2A

Tints of Reef Gold #A68E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12%

R = 47.43%
G = 40.57%
B = 12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A68E2A (or 0xA68E2A) is known color: Reef Gold. HEX triplet: A6, 8E and 2A. RGB value is (166,142,42). Sum of RGB (Red+Green+Blue) = 166+142+42=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68E2A is #5971D5. Grayscale: #8A8A8A. Windows color (decimal): -5861846 or 2789030. OLE color: 2789030.

HSL color Cylindrical-coordinate representation of color #A68E2A: hue angle of 48.39º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A68E2A is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 142 42 -
CMYK 0 0.14 0.75 0.35
HSL 48.39º 0.6% 0.41% -
HSV(B) 48.39º 0.75% 0.65% -
XYZ 25.82 27.62 6.16 -
YUV 137.78 73.95 148.13 -
System Red Green Blue C M Y K H S L
Decimal 166 142 42 0 0.14 0.75 0.35 48.39 0.6 0.41
Hex A6 8E 2A 0 E 4B 23 30 3C 29
Octal 246 216 52 0 16 113 43 60 74 51
Binary 10100110 10001110 101010 0 1110 1001011 100011 110000 111100 101001

Color Harmonies of #A68E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68E2A

Black with #A68E2A

Text Example


Text Example

White with #A68E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68E2A; }

 p { color: rgb(166,142,42); }

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

background-color css

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

 a { background-color: rgb(166,142,42); }

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

border-color css

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

 span { border-color: rgb(166,142,42); }

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