Html Css Color HEX #A68D29 Reef Gold

📋 copy color: '#A68D29'

red 166 ◦ green 141 ◦ blue 41

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

Shades of Reef Gold #A68D29

Tints of Reef Gold #A68D29

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.52%

 BLUE value IS 41 (16.41% from 255) = 11.78%

R = 47.7%
G = 40.52%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A68D29 (or 0xA68D29) is known color: Reef Gold. HEX triplet: A6, 8D and 29. RGB value is (166,141,41). Sum of RGB (Red+Green+Blue) = 166+141+41=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 41 (16.41% from 255 or 11.78% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68D29 is #5972D6. Grayscale: #898989. Windows color (decimal): -5862103 or 2723238. OLE color: 2723238.

HSL color Cylindrical-coordinate representation of color #A68D29: hue angle of 48º 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 #A68D29 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 141 41 -
CMYK 0 0.15 0.75 0.35
HSL 48º 0.6% 0.41% -
HSV(B) 48º 0.75% 0.65% -
XYZ 25.65 27.32 6.02 -
YUV 137.08 73.78 148.63 -
System Red Green Blue C M Y K H S L
Decimal 166 141 41 0 0.15 0.75 0.35 48 0.6 0.41
Hex A6 8D 29 0 F 4B 23 30 3C 29
Octal 246 215 51 0 17 113 43 60 74 51
Binary 10100110 10001101 101001 0 1111 1001011 100011 110000 111100 101001

Color Harmonies of #A68D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68D29

Black with #A68D29

Text Example


Text Example

White with #A68D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68D29; }

 p { color: rgb(166,141,41); }

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

background-color css

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

 a { background-color: rgb(166,141,41); }

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

border-color css

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

 span { border-color: rgb(166,141,41); }

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