Html Css Color HEX #A68B2B Reef Gold

📋 copy color: '#A68B2B'

red 166 ◦ green 139 ◦ blue 43

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

Shades of Reef Gold #A68B2B

Tints of Reef Gold #A68B2B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.94%

 BLUE value IS 43 (17.19% from 255) = 12.36%

R = 47.7%
G = 39.94%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A68B2B (or 0xA68B2B) is known color: Reef Gold. HEX triplet: A6, 8B and 2B. RGB value is (166,139,43). Sum of RGB (Red+Green+Blue) = 166+139+43=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68B2B is #5974D4. Grayscale: #888888. Windows color (decimal): -5862613 or 2853798. OLE color: 2853798.

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

Color convert

RGB 166 139 43 -
CMYK 0 0.16 0.74 0.35
HSL 46.83º 0.59% 0.41% -
HSV(B) 46.83º 0.74% 0.65% -
XYZ 25.39 26.75 6.11 -
YUV 136.13 75.45 149.31 -
System Red Green Blue C M Y K H S L
Decimal 166 139 43 0 0.16 0.74 0.35 46.83 0.59 0.41
Hex A6 8B 2B 0 10 4A 23 2F 3B 29
Octal 246 213 53 0 20 112 43 57 73 51
Binary 10100110 10001011 101011 0 10000 1001010 100011 101111 111011 101001

Color Harmonies of #A68B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68B2B

Black with #A68B2B

Text Example


Text Example

White with #A68B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68B2B; }

 p { color: rgb(166,139,43); }

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

background-color css

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

 a { background-color: rgb(166,139,43); }

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

border-color css

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

 span { border-color: rgb(166,139,43); }

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